view src/xpm_w32.h @ 30502:f77c240eb5fc

Added tag v9.0.0586 for changeset f85930a64d7bbacd9d4360e58355e05a7314cba3
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Sep 2022 19:45:06 +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