view src/xpm_w32.h @ 6473:259b0f4f6e76

Added tag v7-4-565 for changeset 22f95a018b13
author Bram Moolenaar <bram@vim.org>
date Wed, 07 Jan 2015 15:57:18 +0100
parents 3fc0f57ecb91
children 1a5d34492798
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

#ifndef XPM_W32__H
int LoadXpmImage __ARGS((char *filename, HBITMAP *hImage, HBITMAP *hShape));
#endif