view src/xpm_w32.h @ 23871:533d6f1abbcf v8.2.2477

patch 8.2.2477: autocommand tests hang on MS-Windows Commit: https://github.com/vim/vim/commit/dd07c02232e91ee963b91a4477179d4b9548b862 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 13:32:46 2021 +0100 patch 8.2.2477: autocommand tests hang on MS-Windows Problem: Autocommand tests hang on MS-Windows. Solution: Skip a couple of tests. Fix file name.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Feb 2021 13: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