view src/xpm_w32.h @ 14134:ca2908f449ca

Added tag v8.1.0084 for changeset 352c2832d17f81aa67ef683b90e985c6f96a92db
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 19:00:08 +0200
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