view src/xpm_w32.h @ 21148:667192c5938b v8.2.1125

patch 8.2.1125: Vim9: double quote can be a string or a comment Commit: https://github.com/vim/vim/commit/962d7213194647e90f9bdc608f693d39dd07cbd5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 4 14:15:00 2020 +0200 patch 8.2.1125: Vim9: double quote can be a string or a comment Problem: Vim9: double quote can be a string or a comment. Solution: Only support comments starting with # to avoid confusion.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Jul 2020 14:30:04 +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