Mercurial > vim
view src/xpm_w32.h @ 24959:88af72abdac2
Added tag v8.2.3016 for changeset 21ec48d542a8fdfcf985703e2f40cf988fa87ec4
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 17 Jun 2021 22: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