summaryrefslogtreecommitdiff
path: root/src/GvimExt/gvimext.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-24 19:47:27 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-24 19:47:27 +0000
commitf9393ef5efde2f425fbd9e19363186f8c9103376 (patch)
treeec493a8fec62c31f9fe21993c4907bf1c1f290cd /src/GvimExt/gvimext.h
parent4a85b4156098a30daf5b15a7fb7587a1c7c99f94 (diff)
downloadvim-f9393ef5efde2f425fbd9e19363186f8c9103376.zip
updated for version 7.0f
Diffstat (limited to 'src/GvimExt/gvimext.h')
-rw-r--r--src/GvimExt/gvimext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GvimExt/gvimext.h b/src/GvimExt/gvimext.h
index c0e39cb17..506ab8fc9 100644
--- a/src/GvimExt/gvimext.h
+++ b/src/GvimExt/gvimext.h
@@ -28,7 +28,7 @@
//--------------------------------------------------------------
#ifndef STRICT
-#define STRICT
+# define STRICT
#endif
#define INC_OLE2 // WIN32, get ole2 from windows.h
@@ -45,8 +45,8 @@
/* Accommodate old versions of VC that don't have a modern Platform SDK */
#if _MSC_VER < 1300
-#undef UINT_PTR
-#define UINT_PTR UINT
+# undef UINT_PTR
+# define UINT_PTR UINT
#endif
#define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)))