view src/xpm_w32.h @ 11722:68b9ac79648b

Added tag v8.0.0743 for changeset 7e8a467acd6e3ffd408d64057004fafd49ff2a98
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 17:15:05 +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