view src/xpm_w32.h @ 11201:87ef152072d4 v8.0.0487

patch 8.0.0487: the autocmd test hangs on MS-Windows commit https://github.com/vim/vim/commit/651e4056aceaa580df9e2fff575a6402d5c6f0dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 19 18:34:46 2017 +0100 patch 8.0.0487: the autocmd test hangs on MS-Windows Problem: The autocmd test hangs on MS-Windows. Solution: Skip the hanging tests for now.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Mar 2017 18:45:03 +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