Skip to content
Snippets Groups Projects
Commit b15d631d authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

Avoid LOGGING redefinition warnings.

parent 45976da9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@
#pragma once
#ifndef LOGGING
#define LOGGING
#endif
enum {
OS_LEVEL, // Printed by the emulated operating system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment