view src/xpm_w32.h @ 11085:e6a404767ef8

updated .hgignore file (contributed by Tony Mechelynck, thanks!)
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Mar 2017 10:05:12 +0100
parents 1a5d34492798
children
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

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