view src/xpm_w32.h @ 25613:994cad298596 v8.2.3343

patch 8.2.3343: Vim9: autoload test fails Commit: https://github.com/vim/vim/commit/4830c211a47f39edcf1827ffd787306faf65c2a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 14 14:59:27 2021 +0200 patch 8.2.3343: Vim9: autoload test fails Problem: Vim9: autoload test fails. Solution: Adjust the way the second message is avoided
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Aug 2021 15:00: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