view src/xpm_w32.h @ 5462:42927712b3d9 v7.4.081

updated for version 7.4.081 Problem: Wrong logic when ANALYZE is "yes". Solution: Use or instead of and. (KF Leong)
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Nov 2013 02:32:18 +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