view src/xpm_w32.h @ 2131:8ef9da918a98 v7.2.413

updated for version 7.2.413 Problem: Large file support is incorrect. Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
author Bram Moolenaar <bram@zimbu.org>
date Fri, 07 May 2010 16:05:55 +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