view src/xpm_w32.h @ 8607:d762390fb27b v7.4.1593

commit https://github.com/vim/vim/commit/a889cf4642a89537e3eeecf6d30326bf6aa4776f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 19 13:49:43 2016 +0100 patch 7.4.1593 Problem: Using channel timeout instead of request timeout. (Coverity) Solution: Remove the extra assignment.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Mar 2016 14:00: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