|
From: Andreas R. <and...@us...> - 2003-11-02 19:52:43
|
Update of /cvsroot/squeak/squeak/platforms/win32/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv11039/vm
Modified Files:
sqPlatformSpecific.h sqWin32.h
Log Message:
update to 3.6.1
Index: sqPlatformSpecific.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/vm/sqPlatformSpecific.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** sqPlatformSpecific.h 1 Aug 2003 18:49:38 -0000 1.8
--- sqPlatformSpecific.h 2 Nov 2003 19:52:40 -0000 1.9
***************
*** 60,63 ****
--- 60,64 ----
#endif
+ extern int _lowResMSecs;
#define ioLowResMSecs() _lowResMSecs
#else error!
Index: sqWin32.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/vm/sqWin32.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** sqWin32.h 21 Jun 2003 19:46:11 -0000 1.12
--- sqWin32.h 2 Nov 2003 19:52:40 -0000 1.13
***************
*** 242,246 ****
#endif
! #define SQUEAK_VM_VERSION TEXT("Squeak 3.5.1 / Tea 1.9 VM (release) from ") TEXT(__DATE__) \
TEXT("\n") TEXT("Compiler: ") TEXT(COMPILER) TEXT(VERSION)
--- 242,246 ----
#endif
! #define SQUEAK_VM_VERSION TEXT("Squeak 3.6.1 / Tea 1.9 VM (release) from ") TEXT(__DATE__) \
TEXT("\n") TEXT("Compiler: ") TEXT(COMPILER) TEXT(VERSION)
|