stx_libview2.st
changeset 2318 409a63a2636c
parent 2312 7a7a11fa4ff9
child 2319 c8a63339cd67
--- a/stx_libview2.st	Wed Apr 18 14:52:36 2007 +0200
+++ b/stx_libview2.st	Fri Apr 20 18:14:17 2007 +0200
@@ -280,8 +280,8 @@
         'XPMReader'
         ('XWDReader' autoload)
         'stx_libview2'
-        WinPrinterStream
-        WinPrinterContext
+        (WinPrinterStream win32)
+        (WinPrinterContext win32)
     )
 ! !
 
@@ -314,5 +314,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.18 2007-04-16 11:13:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.19 2007-04-20 16:14:17 stefan Exp $'
 ! !