Mercurial > vim
view src/xpm_w32.h @ 7309:c412b0922c27 v7.4.960
commit https://github.com/vim/vim/commit/90f5d0a5c3bbfeefcbc4d6eac59cf225ec714b28
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 3 22:37:21 2015 +0100
patch 7.4.960
Problem: Detecting every version of nmake is clumsy.
Solution: Use a tiny C program to get the version of _MSC_VER. (Ken Takata)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 03 Dec 2015 22:45:04 +0100 |
parents | 3fc0f57ecb91 |
children | 1a5d34492798 |
line wrap: on
line source
/* * Header file for xpm_w32.c */ #ifndef XPM_W32__H int LoadXpmImage __ARGS((char *filename, HBITMAP *hImage, HBITMAP *hShape)); #endif