view src/xpm_w32.h @ 21885:72525eabfe61 v8.2.1492

patch 8.2.1492: build failures Commit: https://github.com/vim/vim/commit/20b23c6358131baefb57b9083387fb4524d3ff24 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 20 15:25:00 2020 +0200 patch 8.2.1492: build failures Problem: Build failures. Solution: Move typedef out of #ifdef. Adjust argument types. Discover America.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Aug 2020 15:30:03 +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