view src/xpm_w32.h @ 15412:2ba09a55bee6 v8.1.0714

patch 8.1.0714: unessesary #if lines in GTK code commit https://github.com/vim/vim/commit/c951522943fc7c1eedaa707d2fa06da5ca17545a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 10 22:56:30 2019 +0100 patch 8.1.0714: unessesary #if lines in GTK code Problem: Unessesary #if lines in GTK code. Solution: Remove the #if. (Ken Takata, closes https://github.com/vim/vim/issues/3785)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Jan 2019 23:00:06 +0100
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