view src/xpm_w32.h @ 1545:cbe70f2e756d v7.1.259

updated for version 7.1-259
author vimboss
date Wed, 20 Feb 2008 13:16:29 +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