diff options
Diffstat (limited to 'src/common/extended_trace.h')
| -rw-r--r-- | src/common/extended_trace.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/extended_trace.h b/src/common/extended_trace.h index 1552e901b..ed3113a24 100644 --- a/src/common/extended_trace.h +++ b/src/common/extended_trace.h | |||
| @@ -12,8 +12,7 @@ | |||
| 12 | // | 12 | // |
| 13 | // ---------------------------------------------------------------------------------------- | 13 | // ---------------------------------------------------------------------------------------- |
| 14 | 14 | ||
| 15 | #ifndef _EXTENDEDTRACE_H_INCLUDED_ | 15 | #pragma once |
| 16 | #define _EXTENDEDTRACE_H_INCLUDED_ | ||
| 17 | 16 | ||
| 18 | #if defined(WIN32) | 17 | #if defined(WIN32) |
| 19 | 18 | ||
| @@ -49,5 +48,3 @@ extern char g_uefbuf[UEFBUFSIZE]; | |||
| 49 | #define STACKTRACE2(file, eip, esp, ebp) ((void)0) | 48 | #define STACKTRACE2(file, eip, esp, ebp) ((void)0) |
| 50 | 49 | ||
| 51 | #endif // WIN32 | 50 | #endif // WIN32 |
| 52 | |||
| 53 | #endif // _EXTENDEDTRACE_H_INCLUDED_ | ||