Ticket #23556: patch-Platform-errorhandler.cpp.diff
File patch-Platform-errorhandler.cpp.diff, 380 bytes (added by pepijndevos@…, 15 years ago) |
---|
-
rts/System/Platform/errorhandler.cpp
old new 45 45 46 46 MessageBox (GetActiveWindow(), msg, caption, winFlags); 47 47 48 // TODO: write Mac OS X specific message box49 #elif defined(__APPLE__)50 MacMessageBox(msg, caption, flags);51 48 #else 52 49 // X implementation 53 50