view src/xpm_w32.h @ 11593:c4e7fe672a72 v8.0.0679

patch 8.0.0679: using freed memory commit https://github.com/vim/vim/commit/41cc038ff83498c589c7d25b3d2984145528eb92 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 26 09:59:35 2017 +0200 patch 8.0.0679: using freed memory Problem: Using freed memory. Solution: Get the parent frame pointer earlier.
author Christian Brabandt <cb@256bit.org>
date Mon, 26 Jun 2017 10: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