view src/xpm_w32.h @ 14671:09b803bdd7ab v8.1.0348

patch 8.1.0348: on Travis the slowest build is run last commit https://github.com/vim/vim/commit/e67a7d690a53690eb3c99a1ca7a199e8da159146 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 5 22:25:50 2018 +0200 patch 8.1.0348: on Travis the slowest build is run last Problem: On Travis the slowest build is run last. (Dominique Pelle) Solution: Reorder the build entries.
author Christian Brabandt <cb@256bit.org>
date Wed, 05 Sep 2018 22:30:07 +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