Ticket #23556: patch-Platform-errorhandler.cpp.diff

File patch-Platform-errorhandler.cpp.diff, 380 bytes (added by pepijndevos@…, 14 years ago)
  • rts/System/Platform/errorhandler.cpp

    old new  
    4545
    4646        MessageBox (GetActiveWindow(), msg, caption, winFlags);
    4747
    48 // TODO: write Mac OS X specific message box
    49 #elif defined(__APPLE__)
    50         MacMessageBox(msg, caption, flags);
    5148#else
    5249        // X implementation
    5350