view src/xpm_w32.h @ 14253:a0586da3a85b

Added tag v8.1.0142 for changeset b557af8dedab4177e9884d01aeaa5c41728e1073
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Jul 2018 17:30:09 +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