view src/xpm_w32.h @ 7235:e45271250496 v7.4.926

commit https://github.com/vim/vim/commit/4f8fa1633cdfbd09a41160c8480fe67c198067e9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 19 19:00:05 2015 +0100 patch 7.4.926 Problem: Completing the longest match doesn't work properly with multi-byte characters. Solution: When using multi-byte characters use another way to find the longest match. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Nov 2015 19:15: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