diff options
author | Sven Gothel <[email protected]> | 2015-07-15 21:12:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-15 21:12:04 +0200 |
commit | 1f262ca2dbe00ba761e9b91994e93fee65d6efc1 (patch) | |
tree | 55c5b013ac5dd5e1edee5cc1ed09739a914de3e0 /LibOVRKernel/Src/Tracing/Tracing.h | |
parent | a352ecb7e63304034ac93332cf0c4d9183df867e (diff) |
Fix build for Windows/MingW64 ...
Diffstat (limited to 'LibOVRKernel/Src/Tracing/Tracing.h')
-rw-r--r-- | LibOVRKernel/Src/Tracing/Tracing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibOVRKernel/Src/Tracing/Tracing.h b/LibOVRKernel/Src/Tracing/Tracing.h index c14dc4a..1591a2c 100644 --- a/LibOVRKernel/Src/Tracing/Tracing.h +++ b/LibOVRKernel/Src/Tracing/Tracing.h @@ -32,7 +32,7 @@ limitations under the License. // ***** OVR_ENABLE_ETW_TRACING definition (XXX default to on for windows builds?) // -#ifdef OVR_OS_WIN32 +#if defined(OVR_OS_WIN32) && defined(OVR_CC_MSVC) #define OVR_ENABLE_ETW_TRACING #endif |