view src/xpm_w32.h @ 4843:ed47632fd149 v7.3.1168

updated for version 7.3.1168 Problem: Python "sane" configure checks give a warning message. Solution: Use single quotes intead of escaped double quotes. (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Jun 2013 20:53:28 +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