forked from aniani/vim
8 lines
140 B
C
8 lines
140 B
C
/*
|
|
* Header file for xpm_w32.c
|
|
*/
|
|
|
|
#ifndef XPM_W32__H
|
|
int LoadXpmImage __ARGS((char *filename, HBITMAP *hImage, HBITMAP *hShape));
|
|
#endif
|