#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 27 Sep 2016 20:13:49 +0200
changeset 20475 41013adf4b6f
parent 20474 8129747b8b40
child 20476 38e1aa0a3aef
#OTHER by cg OOPS - fixed missing win32 classes
stx_libbasic.st
--- a/stx_libbasic.st	Tue Sep 27 20:13:48 2016 +0200
+++ b/stx_libbasic.st	Tue Sep 27 20:13:49 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -528,6 +530,15 @@
         SubscriptOutOfBoundsError
         UnderflowError
         ZeroDivide
+        (Win32Process win32)
+        (PCFilename win32)
+        (Win32Constants win32)
+        (Win32Handle win32)
+        (Win32FILEHandle win32)
+        (Win32OperatingSystem win32)
+        (OpenVMSFileHandle vms)
+        (OpenVMSFilename vms)
+        (OpenVMSOperatingSystem vms)
         (SqueakCommentReader autoload)
         (SimpleExternalLibraryFunction autoload)
         (QualifiedName autoload)