view src/xpm_w32.h @ 29353:0c403f53b372 v9.0.0019

patch 9.0.0019: timers test not run where possible Commit: https://github.com/vim/vim/commit/eb273cd7b036c35ae9070bd6352101914f273e71 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Jul 1 19:11:23 2022 +0100 patch 9.0.0019: timers test not run where possible Problem: Timers test not run where possible. Solution: Adjust platform checks. (closes https://github.com/vim/vim/issues/10645)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jul 2022 20:15:03 +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