view src/xpm_w32.h @ 15752:bd442b02c9e5 v8.1.0883

patch 8.1.0883: missing some changes for Ex commands commit https://github.com/vim/vim/commit/54d6fe5e60c0c488a424c078963ead40ae7dc397 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 8 16:50:26 2019 +0100 patch 8.1.0883: missing some changes for Ex commands Problem: Missing some changes for Ex commands. Solution: Add mising changes in header file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 17:00:07 +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