view src/xpm_w32.h @ 31016:f825a2646cc0 v9.0.0843

patch 9.0.0843: VHS tape files are not recognized Commit: https://github.com/vim/vim/commit/1756f4b21837e8596241ecd668f4abbbab4bc7e5 Author: Carlos A Becker <caarlos0@users.noreply.github.com> Date: Mon Nov 7 11:17:29 2022 +0000 patch 9.0.0843: VHS tape files are not recognized Problem: VHS tape files are not recognized. Solution: Add a filetype pattern. (Carlos Alexandro Becker, closes https://github.com/vim/vim/issues/11452)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Nov 2022 12:30:05 +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