view src/xpm_w32.h @ 8661:a931160ffc41 v7.4.1620

commit https://github.com/vim/vim/commit/4077b33a8370afb3d5ae74e556a0119cf51fe294 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 18:15:21 2016 +0100 patch 7.4.1620 Problem: Emoji characters are not considered as a kind of word character. Solution: Give emoji characters a word class number. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Mar 2016 18:30:04 +0100
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