view src/xpm_w32.h @ 25585:10edc624b171 v8.2.3329

patch 8.2.3329: v_lock not set when getting value of environment variable Commit: https://github.com/vim/vim/commit/16e63e6d353c8b7337470644ceac02dc5e569db9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 11 16:47:26 2021 +0200 patch 8.2.3329: v_lock not set when getting value of environment variable Problem: v_lock not set when getting value of environment variable. Solution: Set v_lock to zero.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Aug 2021 17:00:03 +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