view src/xpm_w32.h @ 5629:91f3908748c2 v7.4.161

updated for version 7.4.161 Problem: Crash in Python exception handling. Solution: Only use exception variables if did_throw is set. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 Jan 2014 14:54:04 +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