view src/xpm_w32.h @ 19288:f061872089a9

Added tag v8.2.0202 for changeset 5f2cb68f7cb85e78c97fbb39e8b89ae075eff0ef
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Feb 2020 21:30:04 +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