view src/xpm_w32.h @ 31687:2357c7d1d94f

Added tag v9.0.1175 for changeset 966f1213dd35ffd7cd1fc949988b159f616701b2
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Jan 2023 13:00:06 +0100
parents 1a5d34492798
children
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

#ifndef XPM_W32__H
int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape);
#endif