view src/xpm_w32.h @ 11305:3bcdfad55b19 v8.0.0538

patch 8.0.0538: no test for falling back to default term value commit https://github.com/vim/vim/commit/85045a73db258a054a17fd52a67eb5cd02a788dc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 2 16:54:09 2017 +0200 patch 8.0.0538: no test for falling back to default term value Problem: No test for falling back to default term value. Solution: Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 02 Apr 2017 17:00:04 +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