Update of /cvsroot/squeak/squeak/platforms/win32/vm
In directory usw-pr-cvs1:/tmp/cvs-serv616/vm
Modified Files:
sqPlatformSpecific.h
Log Message:
Fixed MSVC compilation
Index: sqPlatformSpecific.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/vm/sqPlatformSpecific.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** sqPlatformSpecific.h 5 May 2002 17:18:02 -0000 1.5
--- sqPlatformSpecific.h 5 May 2002 17:34:39 -0000 1.6
***************
*** 17,21 ****
#ifdef _MSC_VER
! #define squeakFileOffsetType __uint64
#else
#define squeakFileOffsetType unsigned long long
--- 17,21 ----
#ifdef _MSC_VER
! #define squeakFileOffsetType __int64
#else
#define squeakFileOffsetType unsigned long long
|