view src/xpm_w32.h @ 22129:003f51ef2e5c v8.2.1614

patch 8.2.1614: Vim9: cannot pass "true" to searchcount() Commit: https://github.com/vim/vim/commit/597aaac9d2b090e0eb738ab4e2afd454b7b92393 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 21:21:16 2020 +0200 patch 8.2.1614: Vim9: cannot pass "true" to searchcount() Problem: Vim9: cannot pass "true" to searchcount(). Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6854)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 21:30: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