1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00
This commit is contained in:
stefanocasazza
2016-09-12 16:09:48 +02:00
parent 723d527766
commit a25cad5520
36 changed files with 1485 additions and 688 deletions

View File

@@ -28,7 +28,7 @@
#ifdef DEBUG_DEBUG
# define U_INTERNAL_TRACE(format,args...) u_internal_print(false, format"\n" , ##args);
# define U_INTERNAL_PRINT(format,args...) U_INTERNAL_TRACE(format,args)
# define U_INTERNAL_PRINT(format,args...) u_internal_print(false, format"\n" , ##args);
#else
# define U_INTERNAL_TRACE(format,args...)
# define U_INTERNAL_PRINT(format,args...)