view src/xpm_w32.h @ 31575:60fe50450ee5 v9.0.1120

patch 9.0.1120: tex filetype detection not sufficiently tested Commit: https://github.com/vim/vim/commit/c55e8f2c6f5cafe11494df3e2d28ff3d03b92c71 Author: smjonas <jonas.strittmatter@gmx.de> Date: Sat Dec 31 14:46:53 2022 +0000 patch 9.0.1120: tex filetype detection not sufficiently tested Problem: Tex filetype detection not sufficiently tested. Solution: Add more test cases for "tex" detection. (Jonas Strittmatter, closes #11765)
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Dec 2022 16: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