view src/xpm_w32.h @ 14465:78d4375b6bb2 v8.1.0246

patch 8.1.0246: build failure without the +eval feature commit https://github.com/vim/vim/commit/ee380ae376692529b6f1805185015cb4717c6940 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 19:32:52 2018 +0200 patch 8.1.0246: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Add #ifdef
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 19:45:05 +0200
parents 1a5d34492798
children
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

#ifndef XPM_W32__H
int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape);
#endif