WinWorkstation.st
changeset 3470 04010359ddbe
parent 3469 7e157b8e7a9e
child 3480 541ef52df2b8
--- a/WinWorkstation.st	Tue Aug 21 15:39:18 2001 +0200
+++ b/WinWorkstation.st	Tue Aug 21 15:42:27 2001 +0200
@@ -7038,12 +7038,12 @@
 
 	    // Cannot get mutex ownership due to time-out.
 	    case WAIT_TIMEOUT:
-		DEBUGPRINT(stderr, "WinWorkstation [error]: oops - timeout in CreateWindow\n");
+		DEBUGPRINT((stderr, "WinWorkstation [error]: oops - timeout in CreateWindow\n"));
 		break;
 
 	    // Got ownership of the abandoned mutex object.
 	    default:
-		DEBUGPRINT(stderr, "WinWorkstation [warning]: CreateEvent abandoned\n");
+		DEBUGPRINT((stderr, "WinWorkstation [warning]: CreateEvent abandoned\n"));
 		break;
 	}
 
@@ -13786,6 +13786,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.180 2001-08-21 13:39:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.181 2001-08-21 13:42:27 cg Exp $'
 ! !
 WinWorkstation initialize!