view src/xpm_w32.h @ 11256:17ba19406c50 v8.0.0514

patch 8.0.0514: script for creating cmdidxs can be improved commit https://github.com/vim/vim/commit/980128c369451450743bdb90a67588fa72ec4b07 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 26 21:46:28 2017 +0200 patch 8.0.0514: script for creating cmdidxs can be improved Problem: Script for creating cmdidxs can be improved. Solution: Count skipped lines instead of collecting the lines. Add "const". (Dominique Pelle, closes #1594)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Mar 2017 22:00:05 +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