diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-21 18:47:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-21 18:47:26 +0100 |
commit | aa2f0ee639d3b59e4402261ebee27bf545a62d8b (patch) | |
tree | b78d056e5a721688755ab5c0ece01796b626227d /src/iid_ole.c | |
parent | 85a2002adb0eda9a9309c2fab4a79edaa91fb834 (diff) | |
download | vim-git-aa2f0ee639d3b59e4402261ebee27bf545a62d8b.tar.gz |
patch 8.2.0027: still some /* */ commentsv8.2.0027
Problem: Still some /* */ comments.
Solution: Convert to // comments.
Diffstat (limited to 'src/iid_ole.c')
-rw-r--r-- | src/iid_ole.c | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/src/iid_ole.c b/src/iid_ole.c index 44802d0ef..f3939eaa1 100644 --- a/src/iid_ole.c +++ b/src/iid_ole.c @@ -1,16 +1,14 @@ -/* this file contains the actual definitions of */ -/* the IIDs and CLSIDs */ +// this file contains the actual definitions of +// the IIDs and CLSIDs -/* link this file in with the server and any clients */ +// link this file in with the server and any clients -/* File created by MIDL compiler version 3.00.44 */ -/* at Sat Jan 03 16:34:55 1998 - */ -/* Compiler settings for if_ole.idl: - Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext - error checks: none -*/ +// File created by MIDL compiler version 3.00.44 +// at Sat Jan 03 16:34:55 1998 +// Compiler settings for if_ole.idl: +// Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext +// error checks: none //@@MIDL_FILE_HEADING( ) #ifdef __cplusplus extern "C"{ @@ -20,8 +18,8 @@ extern "C"{ # include <w32api.h> # if __W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 10 - /* This define is missing from older MingW versions of w32api, even though - * IID is defined. */ + // This define is missing from older MingW versions of w32api, even though + // IID is defined. # define __IID_DEFINED__ # endif #endif |