view src/xpm_w32.h @ 17318:a7d1cd2ea886 v8.1.1658

patch 8.1.1658: debug statements included in patch commit https://github.com/vim/vim/commit/3b849af90a691f2a9999222b0e69bd161bebc5e2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 10 16:15:04 2019 +0200 patch 8.1.1658: debug statements included in patch Problem: Debug statements included in patch. Solution: Remove the debug statements.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jul 2019 16: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