view src/xpm_w32.h @ 3090:6838fcfbd037

Added tag v7-3-316 for changeset 33c140e4664d
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Sep 2011 13:40:17 +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