view src/xpm_w32.h @ 31180:3fddb9e76c8d v9.0.0924

patch 9.0.0924: the first termcap entry of a builtin termcap is not used Commit: https://github.com/vim/vim/commit/c3e06e4bfa56714ff59423c2fb5868ae2334727b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 22 22:03:39 2022 +0000 patch 9.0.0924: the first termcap entry of a builtin termcap is not used Problem: The first termcap entry of a builtin termcap is not used. Solution: Remove increment that was previously skipping the KS_NAME entry.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 23:15:03 +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