Browse Source

Avoid LOGGING redefinition warnings.

pull/15/merge
Yuri Kunde Schlesner 12 years ago
parent
commit
b15d631d99
  1. 2
      src/common/log.h

2
src/common/log.h

@ -4,7 +4,9 @@
#pragma once
#ifndef LOGGING
#define LOGGING
#endif
enum {
OS_LEVEL, // Printed by the emulated operating system

Loading…
Cancel
Save