view src/xpm_w32.h @ 17965:621590abaf54

Added tag v8.1.1978 for changeset 6d4d3bce365df4ad88cac33daab3dffd5c634eb2
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 14:45:04 +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