view src/xpm_w32.h @ 12914:32c51eef574e v8.0.1333

patch 8.0.1333: some tests are run twice commit https://github.com/vim/vim/commit/2c997d76034d5294c92305108357daef6feabd95 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 23 22:52:09 2017 +0100 patch 8.0.1333: some tests are run twice Problem: Some tests are run twice. Solution: Invoked most utf8 tests only from test_alot_utf8. (Yegappan Lakshmanan, closes #2369)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Nov 2017 23:00:06 +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