view src/xpm_w32.h @ 7515:cc0398578d2f v7.4.1059

commit https://github.com/vim/vim/commit/fd39d08fb6f61bc6c1366de8a7af19a42dc1b377 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 7 21:28:24 2016 +0100 patch 7.4.1059 Problem: Code will never be executed. Solution: Remove the code.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jan 2016 21:30:06 +0100
parents 3fc0f57ecb91
children 1a5d34492798
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

#ifndef XPM_W32__H
int LoadXpmImage __ARGS((char *filename, HBITMAP *hImage, HBITMAP *hShape));
#endif