view src/xpm_w32.h @ 16457:1b58b34d4d90 v8.1.1233

patch 8.1.1233: cannot build tiny version commit https://github.com/vim/vim/commit/c779c674acfe70e00e9515ef3a7732fd9db62a29 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 28 22:53:41 2019 +0200 patch 8.1.1233: cannot build tiny version Problem: Cannot build tiny version. Solution: Remove #ifdef for verb_msg().
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Apr 2019 23:00:05 +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