view src/xpm_w32.h @ 11615:568ea579d20e v8.0.0690

patch 8.0.0690: compiler warning on non-Unix system commit https://github.com/vim/vim/commit/c2226845eb207bcd1a24e1afa941acbfecbc5170 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 29 22:27:24 2017 +0200 patch 8.0.0690: compiler warning on non-Unix system Problem: Compiler warning on non-Unix system. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Jun 2017 22:30:04 +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