view src/xpm_w32.h @ 26733:3aa38eaa5a11 v8.2.3895

patch 8.2.3895: Vim9: confusing error when using function() with a number Commit: https://github.com/vim/vim/commit/ae1068afde6dfc6fd3e3f54512dbd089e1559053 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 25 19:43:44 2021 +0000 patch 8.2.3895: Vim9: confusing error when using function() with a number Problem: Vim9: confusing error when using function() with a number. Solution: Check for a function or string argument.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Dec 2021 20:45:02 +0100
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