view src/xpm_w32.h @ 13906:0ae89b121c58 v8.0.1824

patch 8.0.1824: Coverity warns for variable that may be uninitialized commit https://github.com/vim/vim/commit/73dd1bd54e3d358f156f45e956f6e56527238ac6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 12 21:16:25 2018 +0200 patch 8.0.1824: Coverity warns for variable that may be uninitialized Problem: Coverity warns for variable that may be uninitialized. Solution: Initialize the variable.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 May 2018 21:30:06 +0200
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