view src/xpm_w32.h @ 5571:6a28a9cf5153 v7.4.133

updated for version 7.4.133 Problem: Clang warns for using NUL. Solution: Change NUL to NULL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 Jan 2014 06:19:11 +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