view src/xpm_w32.h @ 24655:3876d9629ebd v8.2.2866

patch 8.2.2866: Vim9: memory leak when using inline function Commit: https://github.com/vim/vim/commit/ecb664501d3b04d124fca69029b275c520401d40 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 18 15:09:18 2021 +0200 patch 8.2.2866: Vim9: memory leak when using inline function Problem: Vim9: memory leak when using inline function. Solution: Remember what strings to free.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 May 2021 15:15:02 +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