view src/xpm_w32.h @ 5401:e7a2f217a385 v7.4.051

updated for version 7.4.051 Problem: Syntax highlighting a Yaml file causes a crash. (Blake Preston) Solution: Copy the pim structure before calling addstate() to avoid it becoming invalide when the state list is reallocated.
author Bram Moolenaar <bram@vim.org>
date Sun, 06 Oct 2013 15:46:11 +0200
parents 3fc0f57ecb91
children 1a5d34492798
line wrap: on
line source

/*
 * Header file for xpm_w32.c
 */

#ifndef XPM_W32__H
int LoadXpmImage __ARGS((char *filename, HBITMAP *hImage, HBITMAP *hShape));
#endif