view src/xpm_w32.h @ 11638:8bac0b53882b

Added tag v8.0.0701 for changeset bcab4e804c20221eef259c6bde7319810a5780d2
author Christian Brabandt <cb@256bit.org>
date Sat, 08 Jul 2017 17:15:03 +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