1/*
2 * Header file for xpm_w32.c
3 */
4
5#ifndef XPM_W32__H
6int LoadXpmImage __ARGS((char *filename, HBITMAP *hImage, HBITMAP *hShape));
7#endif
8