view src/xpm_w32.h @ 5176:08eb57382186 v7.4a.014

updated for version 7.4a.014 Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Jul 2013 14:08:16 +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