view src/xpm_w32.h @ 29399:88d62ab596e8 v9.0.0042

patch 9.0.0042: missing change for filetype detection Commit: https://github.com/vim/vim/commit/324478037923feef1eb8a771648e38ade9e5e05a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 5 21:56:39 2022 +0100 patch 9.0.0042: missing change for filetype detection Problem: Missing change for filetype detection. Solution: Include change to detect guile from shebang line.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jul 2022 23:00:03 +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