view src/xpm_w32.h @ 11149:cd6b18b18291

Added tag v8.0.0461 for changeset 87779062d706ac4805bc0e997c2f88ca695f5310
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 14:00:06 +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