src/os2.cpp
changeset 10839 a62547c31fdb
parent 10810 c8273efcc3d6
equal deleted inserted replaced
10838:1dd920e2c20d 10839:a62547c31fdb
   143 	// terminate PM env.
   143 	// terminate PM env.
   144 	WinDestroyMsgQueue(hmq);
   144 	WinDestroyMsgQueue(hmq);
   145 	WinTerminate(hab);
   145 	WinTerminate(hab);
   146 }
   146 }
   147 
   147 
   148 void ShowOSErrorBox(const char *buf)
   148 void ShowOSErrorBox(const char *buf, bool system)
   149 {
   149 {
   150 	HAB hab;
   150 	HAB hab;
   151 	HMQ hmq;
   151 	HMQ hmq;
   152 	ULONG rc;
   152 	ULONG rc;
   153 
   153