view src/xpm_w32.h @ 22404:784337b701c8

Added tag v8.2.1750 for changeset 3351d2cd3f1fe912d76da4606dce857de1b03768
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Sep 2020 22:15:05 +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