view src/xpm_w32.h @ 30436:93abb8acf842

Added tag v9.0.0553 for changeset c2ef8f0f8ba1a3242753085b661fa3f76e0b03b0
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Sep 2022 23:15:04 +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