diff options
| author | 2014-08-22 22:09:14 -0300 | |
|---|---|---|
| committer | 2014-09-01 18:06:30 -0300 | |
| commit | b15d631d996afe6e5e577643b54eeca5c8a13f19 (patch) | |
| tree | 0c1b97c69cd51736f52d497b4e072d617808300d | |
| parent | CMake cleanup (diff) | |
| download | yuzu-b15d631d996afe6e5e577643b54eeca5c8a13f19.tar.gz yuzu-b15d631d996afe6e5e577643b54eeca5c8a13f19.tar.xz yuzu-b15d631d996afe6e5e577643b54eeca5c8a13f19.zip | |
Avoid LOGGING redefinition warnings.
| -rw-r--r-- | src/common/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h index f1f6ffae6..291534c67 100644 --- a/src/common/log.h +++ b/src/common/log.h | |||
| @@ -4,7 +4,9 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #ifndef LOGGING | ||
| 7 | #define LOGGING | 8 | #define LOGGING |
| 9 | #endif | ||
| 8 | 10 | ||
| 9 | enum { | 11 | enum { |
| 10 | OS_LEVEL, // Printed by the emulated operating system | 12 | OS_LEVEL, // Printed by the emulated operating system |