mirror of
https://github.com/vim/vim
synced 2025-03-16 06:47:52 +01:00
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
7 lines
131 B
C
7 lines
131 B
C
/*
|
|
* Header file for xpm_w32.c
|
|
*/
|
|
|
|
#ifndef XPM_W32__H
|
|
int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape);
|
|
#endif
|