view src/xpm_w32.h @ 13420:f80abb797a32 v8.0.1584

patch 8.0.1584: using C99 in Mac file gives compiler warning messages commit https://github.com/vim/vim/commit/f536bf6d4518e2c66e635e39820d53f672021d87 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 17:55:01 2018 +0100 patch 8.0.1584: using C99 in Mac file gives compiler warning messages Problem: Using C99 in Mac file gives compiler warning messages. Solution: Add #prama's to avoid the warnings. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 18:00:07 +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