view src/xpm_w32.h @ 14749:706a5bcea803

Added tag v8.1.0386 for changeset 00da090af0ab31989d5d831089ce3d760433e192
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Sep 2018 20:45:06 +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