view src/xpm_w32.h @ 15753:14581b56bb87

Added tag v8.1.0883 for changeset bd442b02c9e5aade2180796268146365862ee9a2
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Feb 2019 17:00:08 +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