r=mkaply, a=blizzard We don't have a message queue yet, so create one git-svn-id: svn://10.0.0.236/trunk@95298 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d600adcac0
commit
9ce7c34f05
@ -173,7 +173,11 @@ printf("\n****Inside ShowOSAlert ***\n");
|
||||
#elif defined (MOZ_WIDGET_GTK)
|
||||
NS_gtk_alert(aMessage, NULL, "OK");
|
||||
#elif defined (XP_OS2)
|
||||
HAB hab = WinInitialize(0);
|
||||
HMQ hmq = WinCreateMsgQueue(hmq,0);
|
||||
WinMessageBox( HWND_DESKTOP, HWND_DESKTOP, aMessage, "", 0, MB_OK);
|
||||
WinDestroyMsgQueue(hmq);
|
||||
WinTerminate(hab);
|
||||
#else
|
||||
printf(stdout, "%s\n", aMessage);
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user