view src/xpm_w32.h @ 3227:f8d2ef4512f8 v7.3.383

updated for version 7.3.383 Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Dec 2011 12:47:03 +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