view src/xpm_w32.h @ 5159:6b6e1786c7df v7.4a.006

updated for version 7.4a.006 Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 14:58:10 +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