view src/xpm_w32.h @ 23526:22fd43db29c8

Added tag v8.2.2305 for changeset 54ec7c8b74596bef6a1cab43c795eb9d56a7334a
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jan 2021 22:15:05 +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