view src/xpm_w32.h @ 31312:9b63b0076e6e

Added tag v9.0.0989 for changeset bda1452d81bc5529dea9f903b07c839267d0715a
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Dec 2022 16:15:03 +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