diff options
Diffstat (limited to 'src/GvimExt/gvimext.h')
-rw-r--r-- | src/GvimExt/gvimext.h | 6 |
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))) |