comparison src/iid_ole.c @ 18933:82c732e8d23d v8.2.0027

patch 8.2.0027: still some /* */ comments Commit: https://github.com/vim/vim/commit/aa2f0ee639d3b59e4402261ebee27bf545a62d8b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 21 18:47:26 2019 +0100 patch 8.2.0027: still some /* */ comments Problem: Still some /* */ comments. Solution: Convert to // comments.
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Dec 2019 19:00:03 +0100
parents df6967461cef
children
comparison
equal deleted inserted replaced
18932:ec2cc19cacf6 18933:82c732e8d23d
1 /* this file contains the actual definitions of */ 1 // this file contains the actual definitions of
2 /* the IIDs and CLSIDs */ 2 // the IIDs and CLSIDs
3 3
4 /* link this file in with the server and any clients */ 4 // link this file in with the server and any clients
5 5
6 6
7 /* File created by MIDL compiler version 3.00.44 */ 7 // File created by MIDL compiler version 3.00.44
8 /* at Sat Jan 03 16:34:55 1998 8 // at Sat Jan 03 16:34:55 1998
9 */ 9 // Compiler settings for if_ole.idl:
10 /* Compiler settings for if_ole.idl: 10 // Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
11 Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext 11 // error checks: none
12 error checks: none
13 */
14 //@@MIDL_FILE_HEADING( ) 12 //@@MIDL_FILE_HEADING( )
15 #ifdef __cplusplus 13 #ifdef __cplusplus
16 extern "C"{ 14 extern "C"{
17 #endif 15 #endif
18 16
19 #ifdef __MINGW32__ 17 #ifdef __MINGW32__
20 # include <w32api.h> 18 # include <w32api.h>
21 19
22 # if __W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 10 20 # if __W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 10
23 /* This define is missing from older MingW versions of w32api, even though 21 // This define is missing from older MingW versions of w32api, even though
24 * IID is defined. */ 22 // IID is defined.
25 # define __IID_DEFINED__ 23 # define __IID_DEFINED__
26 # endif 24 # endif
27 #endif 25 #endif
28 26
29 #ifndef __IID_DEFINED__ 27 #ifndef __IID_DEFINED__