mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 18:04:18 +08:00
Correct # and false #endif.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@534 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
70a2d945bc
commit
4560528851
@ -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_IKsFastClock,0xc9902485,0xc180,0x11d2,0x84,0x73,0xd4,0x23,0x94,0
|
||||
DEFINE_GUID(IID_IKsDeviceFunctions,0xe234f2e2,0xbd69,0x4f8c,0xb3,0xf2,0x7c,0xd7,0x9e,0xd4,0x66,0xbd);
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -154,7 +154,6 @@ extern "C" {
|
||||
#define RouterLogWarningString RouterLogWarningStringW
|
||||
#define RouterLogInformationString RouterLogInformationStringW
|
||||
#define RouterGetErrorString RouterGetErrorStringW
|
||||
#
|
||||
#else
|
||||
#define RouterLogRegister RouterLogRegisterA
|
||||
#define RouterLogDeregister RouterLogDeregisterA
|
||||
|
Loading…
Reference in New Issue
Block a user