view src/xpm_w32.h @ 10667:f458238fe289

Added tag v8.0.0223 for changeset ed6f0353574539eabcae477f7b5d9a1fc34ff783
author Christian Brabandt <cb@256bit.org>
date Mon, 23 Jan 2017 21:00:05 +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