comparison src/GvimExt/gvimext.h @ 18060:31546178bc83 v8.1.2025

patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Commit: https://github.com/vim/vim/commit/1946de140a84accaa2f298c7fdccc1be37b9f630 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 22:03:19 2019 +0200 patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Problem: MS-Windows: Including shlguid.h causes problems for msys2. Solution: Do not include shlguid.h. (closes https://github.com/vim/vim/issues/4913)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:15:03 +0200
parents 7fad90423bd2
children ee2808fb1be9
comparison
equal deleted inserted replaced
18059:3897f3d885d8 18060:31546178bc83
55 // Initialize GUIDs (should be done only and at-least once per DLL/EXE) 55 // Initialize GUIDs (should be done only and at-least once per DLL/EXE)
56 // 56 //
57 #pragma data_seg(".text") 57 #pragma data_seg(".text")
58 #define INITGUID 58 #define INITGUID
59 #include <initguid.h> 59 #include <initguid.h>
60 #include <shlguid.h>
61 60
62 // 61 //
63 // The class ID of this Shell extension class. 62 // The class ID of this Shell extension class.
64 // 63 //
65 // class id: {51EEE242-AD87-11d3-9C1E-0090278BBD99} 64 // class id: {51EEE242-AD87-11d3-9C1E-0090278BBD99}