view src/xpm_w32.h @ 23693:cd06cc37f53f v8.2.2388

patch 8.2.2388: no easy way to get the maximum or mininum number value Commit: https://github.com/vim/vim/commit/57d5a01cb45d6edb16c3835a49b42d6d8fc0163e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 21:42:31 2021 +0100 patch 8.2.2388: no easy way to get the maximum or mininum number value Problem: No easy way to get the maximum or mininum number value. Solution: Add v:numbermax and v:numbermin.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Jan 2021 21:45:04 +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