view src/xpm_w32.h @ 20004:73f17fbdc187

Added tag v8.2.0557 for changeset e373843e29809b99915fa3fe522ed3cbae0051a6
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Apr 2020 18:00:08 +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