view src/xpm_w32.h @ 10610:02610b4928a2

Added tag v8.0.0194 for changeset 302aedeed8c981fab493114b989ce85aaf07312c
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Jan 2017 21:15:04 +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