Mercurial > vim
view src/xpm_w32.h @ 14895:bde025b0d7de v8.1.0459
patch 8.1.0459: Test_executable fails when there is a dog in the system
commit https://github.com/vim/vim/commit/a05a0d325c7615439f4a42f00682b2ebad43c8d9
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Oct 7 18:43:05 2018 +0200
patch 8.1.0459: Test_executable fails when there is a dog in the system
Problem: Test_executable fails when there is a dog in the system.
Solution: Rename the dog. (Hirohito Higashi)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 07 Oct 2018 18:45: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