view src/xpm_w32.h @ 17622:ccbf8c2a47ee v8.1.1808

patch 8.1.1808: build failure for tiny version commit https://github.com/vim/vim/commit/e4ce825a55ad2445a212ce30837a3af566b7af6b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 15:30:16 2019 +0200 patch 8.1.1808: build failure for tiny version Problem: Build failure for tiny version. Solution: Define ex_eval to ex_ni. Clean up the ordering a bit.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 15: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