view src/xpm_w32.h @ 30681:a7f174d34f85 v9.0.0675

patch 9.0.0675: search test screendump is outdated Commit: https://github.com/vim/vim/commit/851907a7ab2db84e1e93c3f7ef417cc46c5c19c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 6 16:33:15 2022 +0100 patch 9.0.0675: search test screendump is outdated Problem: Search test screendump is outdated. Solution: Update the screendump for improved display.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Oct 2022 17:45:05 +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