view src/xpm_w32.h @ 20863:69cd83562725 v8.2.0983

patch 8.2.0983: SConstruct file type not recognized Commit: https://github.com/vim/vim/commit/ad72350360d1a68d251da62a6e8610950926278c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 15 20:24:58 2020 +0200 patch 8.2.0983: SConstruct file type not recognized Problem: SConstruct file type not recognized. Solution: Use python for SConstruct files. (Roland Hieber)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Jun 2020 20:30: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