view src/xpm_w32.h @ 14666:70fc1a842e29 v8.1.0346

patch 8.1.0346: building with Aap is outdated and unused commit https://github.com/vim/vim/commit/acca8df9d475bbfbafc71691ebc3b857ecd2777e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 2 15:27:07 2018 +0200 patch 8.1.0346: building with Aap is outdated and unused Problem: Building with Aap is outdated and unused. Solution: Remove the Aap build files.
author Christian Brabandt <cb@256bit.org>
date Sun, 02 Sep 2018 15:30:09 +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