mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-24 21:16:49 -05:00
Avoid LOGGING redefinition warnings.
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef LOGGING
|
||||||
#define LOGGING
|
#define LOGGING
|
||||||
|
#endif
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
OS_LEVEL, // Printed by the emulated operating system
|
OS_LEVEL, // Printed by the emulated operating system
|
||||||
|
Reference in New Issue
Block a user