view src/xpm_w32.h @ 5708:54b1a90c9373 v7.4.199

updated for version 7.4.199 Problem: (issue 197) ]P doesn't paste over Visual selection. Solution: Handle Visual mode specifically. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Mar 2014 17:42:04 +0100
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