view src/xpm_w32.h @ 10077:b8cd5f4e475d

Added tag v7.4.2309 for changeset bc30991c3e98a8b091013ea37c7f6a0399561374
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Sep 2016 22:00:08 +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