aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/platform.h')
-rw-r--r--src/burn/engine/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/platform.h b/src/burn/engine/platform.h
index 3681f248..876b02c2 100644
--- a/src/burn/engine/platform.h
+++ b/src/burn/engine/platform.h
@@ -1,6 +1,8 @@
1#pragma once 1#pragma once
2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 3
4#define TraceLog(x, s, ...) ExitTraceSource(BURN_SOURCE_DEFAULT, x, s, __VA_ARGS__)
5
4 6
5#if defined(__cplusplus) 7#if defined(__cplusplus)
6extern "C" { 8extern "C" {