Correct # and false #endif. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@534 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/ks.h b/mingw-w64-headers/include/ks.h index 09850a3..e0fe66c 100644 --- a/mingw-w64-headers/include/ks.h +++ b/mingw-w64-headers/include/ks.h
@@ -3,7 +3,7 @@ * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ -#if !defined(_KS_) +#ifndef _KS_ #define _KS_ #ifdef __TCS__ @@ -1353,7 +1353,6 @@ DEFINE_GUID(IID_IKsDeviceFunctions,0xe234f2e2,0xbd69,0x4f8c,0xb3,0xf2,0x7c,0xd7,0x9e,0xd4,0x66,0xbd); #endif #endif -#endif #ifdef __cplusplus extern "C" {
diff --git a/mingw-w64-headers/include/rtutils.h b/mingw-w64-headers/include/rtutils.h index 8da2d85..6d75c17 100644 --- a/mingw-w64-headers/include/rtutils.h +++ b/mingw-w64-headers/include/rtutils.h
@@ -154,7 +154,6 @@ #define RouterLogWarningString RouterLogWarningStringW #define RouterLogInformationString RouterLogInformationStringW #define RouterGetErrorString RouterGetErrorStringW -# #else #define RouterLogRegister RouterLogRegisterA #define RouterLogDeregister RouterLogDeregisterA