annotate src/xpm_w32.h @ 22693:6fe386286ea8 v8.2.1895

patch 8.2.1895: Vim9: silent command modifier test fails Commit: https://github.com/vim/vim/commit/210681c5090266af1a41a77e0fe64838a69993fb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 23 18:51:06 2020 +0200 patch 8.2.1895: Vim9: silent command modifier test fails Problem: Vim9: silent command modifier test fails. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Oct 2020 19:00:03 +0200
parents 1a5d34492798
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 /*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 * Header file for xpm_w32.c
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 */
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
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
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 #endif