view src/xpm_w32.h @ 9385:60db35a20823 v7.4.1974

commit https://github.com/vim/vim/commit/4a6c670b844a3ef9aec865a8216eaf363bab8721 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 1 15:48:05 2016 +0200 patch 7.4.1974 Problem: GUI has a problem with some termcodes. Solution: Handle negative numbers. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Jul 2016 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