view src/xpm_w32.h @ 16991:4058ba389909

Added tag v8.1.1495 for changeset f824831e2805a94d3ac1700caabb618ae8d05d6e
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jun 2019 17:00:09 +0200
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