view src/xpm_w32.h @ 12378:46c3e92ab77a

Added tag v8.0.1068 for changeset 5d543a5fb223deabbaf14fd73e5bc10dc2d8d389
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Sep 2017 13:00: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