view src/xpm_w32.h @ 2780:5ddb68c2a845 v7.3.166

updated for version 7.3.166 Problem: Buffer on the stack may be too big Solution: Allocate the space.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 17:24:58 +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