Ticket #11678: utils.h.diff

File utils.h.diff, 567 bytes (added by fedor4ever, 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  
    3232namespace Ultima {
    3333namespace Ultima4 {
    3434
     35#ifdef __SYMBIAN32__
     36#undef ASSERT
     37#endif
     38
    3539extern void ASSERT(bool exp, const char *desc, ...);
    3640
    3741/* The AdjustValue functions used to be #define'd macros, but these are