view src/xpm_w32.h @ 5978:4f8d7e5811e0

Added tag v7-4-329 for changeset 018df65085f8
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Jun 2014 13:52:40 +0200
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