view src/xpm_w32.h @ 9242:f7e95dc00e5a v7.4.1904

commit https://github.com/vim/vim/commit/c60954b48ec225c75558abee56c4a9cc89f84b7e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 6 21:20:10 2016 +0200 patch 7.4.1904 Problem: Build fails. Solution: Add missing changes.
author Christian Brabandt <cb@256bit.org>
date Mon, 06 Jun 2016 21:30:06 +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