view src/xpm_w32.h @ 11405:b164223c0119 v8.0.0587

patch 8.0.0587: configure check for return value of tgetent skipped commit https://github.com/vim/vim/commit/696cbd224b4f78b99b8fc34538867303a8a922fc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 28 15:45:46 2017 +0200 patch 8.0.0587: configure check for return value of tgetent skipped Problem: Configure check for return value of tgetent is skipped. Solution: Always perform the check. (Marvin Schmidt, closes https://github.com/vim/vim/issues/1664)
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Apr 2017 16:00:06 +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