view src/xpm_w32.h @ 1722:5950b03fc906 v7.2.020

updated for version 7.2-020
author vimboss
date Thu, 18 Sep 2008 18:57:10 +0000
parents 3fc0f57ecb91
children 1a5d34492798
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

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