1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-24 04:03:21 +00:00

Fixed more debug redefines

This commit is contained in:
carsten
2015-03-20 17:13:13 +01:00
parent b8803299f9
commit 21cf590010

View File

@ -95,4 +95,8 @@ void EnableTraceDebug();
#define SetSyncTime amiga_sync_time
#define Time_Amiga_Save amiga_save_time
#ifdef Debug
#undef Debug
#endif
#endif