view src/xpm_w32.h @ 1801:c4d5f3d8ad71 v7.2.099

updated for version 7.2-099
author vimboss
date Wed, 04 Feb 2009 16:29:07 +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