Mercurial > vim
annotate src/xpm_w32.h @ 21200:37edecbfb834 v8.2.1151
patch 8.2.1151: insufficient test coverage for Python
Commit: https://github.com/vim/vim/commit/0ab55d62012c1fb38c4b540a4233421820a59389
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jul 7 20:50:39 2020 +0200
patch 8.2.1151: insufficient test coverage for Python
Problem: Insufficient test coverage for Python.
Solution: Add more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6415)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 07 Jul 2020 21:00:04 +0200 |
parents | 1a5d34492798 |
children |
rev | line source |
---|---|
7 | 1 /* |
2 * Header file for xpm_w32.c | |
3 */ | |
4 | |
5 #ifndef XPM_W32__H | |
7807
1a5d34492798
commit https://github.com/vim/vim/commit/d99df423c559d85c17779b3685426c489554908c
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
6 int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape); |
7 | 7 #endif |