Mercurial > vim
view src/xpm_w32.h @ 22089:61a1019de45b v8.2.1594
patch 8.2.1594: pull requests on github do not notify a maintainer
Commit: https://github.com/vim/vim/commit/cf8aa6448b3520905bea528ea8ad6533cbef288d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 5 13:48:58 2020 +0200
patch 8.2.1594: pull requests on github do not notify a maintainer
Problem: Pull requests on github do not notify a maintainer.
Solution: Add a CODEOWNERS file with a few initial entries.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 05 Sep 2020 14:00: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