Win32OperatingSystem.st
branchjv
changeset 18024 c0e669065f6d
parent 18022 f23232c2eaef
parent 14740 609c0c77a4c9
child 18025 036717d61eda
--- a/Win32OperatingSystem.st	Sun Feb 03 22:15:59 2013 +0000
+++ b/Win32OperatingSystem.st	Tue Feb 05 14:51:41 2013 +0100
@@ -398,10 +398,12 @@
 #  define xMAXPATHLEN MAXPATH
 #  define MAXFILELEN MAXFILE
 
+#  if 0
 OBJ _SEND0(OBJ, OBJ, OBJ, inlineCachePtr);
 OBJ _SEND1(OBJ, OBJ, OBJ, inlineCachePtr, OBJ);
 OBJ _SEND2(OBJ, OBJ, OBJ, inlineCachePtr, OBJ, OBJ);
 OBJ _SEND3(OBJ, OBJ, OBJ, inlineCachePtr, OBJ, OBJ, OBJ);
+#  endif
 
 # endif /* BORLANDC */
 
@@ -4859,7 +4861,7 @@
 
     ret = GetCurrentDirectoryW(MAXPATHLEN, _aPathName);
     if (ret == 0) {
-        __threadErrno = __WIN32_ERR(GetLastError());
+	__threadErrno = __WIN32_ERR(GetLastError());
     }
     dir = __MKU16STRING(_aPathName);
 %}.
@@ -16455,11 +16457,11 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.447 2013-01-29 16:37:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.448 2013-02-04 10:02:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.447 2013-01-29 16:37:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.448 2013-02-04 10:02:05 cg Exp $'
 !
 
 version_SVN