view src/xpm_w32.h @ 2146:c17a42da3920 v7.2.428

updated for version 7.2.428 Problem: Using setqflist([]) to clear the error list doesn't work properly. Solution: Set qf_nonevalid to TRUE when appropriate. (Christian Brabandt)
author Bram Moolenaar <bram@zimbu.org>
date Fri, 14 May 2010 18:10:27 +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