view src/xpm_w32.h @ 26919:52158ae06d37 v8.2.3988

patch 8.2.3988: tiny build fails Commit: https://github.com/vim/vim/commit/475d9521baaeb060ebb915d678094ff28e67b5be Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 2 21:46:29 2022 +0000 patch 8.2.3988: tiny build fails Problem: Tiny build fails. Solution: Fix misplaced #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Jan 2022 23:00: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