view src/xpm_w32.h @ 17290:5d09e015a367 v8.1.1644

patch 8.1.1644: sound test does not work on Travis commit https://github.com/vim/vim/commit/5b19e5b919ec568792e2e2301899f0e58cf9e550 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 7 15:12:12 2019 +0200 patch 8.1.1644: sound test does not work on Travis Problem: Sound test does not work on Travis. Solution: Use "sg" command to enable audio. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/4624)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jul 2019 15:15: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