Ticket #11678: utils.h.diff
File utils.h.diff, 567 bytes (added by , 4 years ago) |
---|
-
.h"
diff --git "a/E:\\Temp\\TortoiseGit\\utiCE.tmp\\utils-321c6d9-left.h" "b/D:\\Symbian\\Projects\\SDL\\scummvm\\engines\\ultima\\ultima4\\core\\utils.h" index 4c30a5f..ebe44bb 100644
old new 32 32 namespace Ultima { 33 33 namespace Ultima4 { 34 34 35 #ifdef __SYMBIAN32__ 36 #undef ASSERT 37 #endif 38 35 39 extern void ASSERT(bool exp, const char *desc, ...); 36 40 37 41 /* The AdjustValue functions used to be #define'd macros, but these are