view src/xpm_w32.h @ 24331:bd010982f0be v8.2.2706

patch 8.2.2706: Vim9: wrong line number reported for boolean operator Commit: https://github.com/vim/vim/commit/a7511c0f4f779140e8b893be506ecffd0ededf04 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 21:47:07 2021 +0200 patch 8.2.2706: Vim9: wrong line number reported for boolean operator Problem: Vim9: wrong line number reported for boolean operator. Solution: Use the line number before skipping over line break. (closes #8058)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 22: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