dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_values.h,1.17,1.18


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_values.h,1.17,1.18
Date: Sun, 16 Feb 2003 05:50:02 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv21123/include

Modified Files:
        il_values.h 
Log Message:


Back out part of the previous change because mingw32 is having problems.


Index: il_values.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_values.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** il_values.h 16 Feb 2003 09:23:19 -0000      1.17
--- il_values.h 16 Feb 2003 10:50:00 -0000      1.18
***************
*** 67,74 ****
   * Determine which types should be used for 64-bit numeric values.
   */
! #ifdef IL_WIN32_NATIVE
        typedef __int64                                 ILInt64;
        typedef unsigned __int64                ILUInt64;
!       #define IL_HAVE_INT64
  #endif
  #if (!defined(IL_HAVE_INT64)) && defined(SIZEOF_LONG_LONG)
--- 67,74 ----
   * Determine which types should be used for 64-bit numeric values.
   */
! #if defined(IL_WIN32_NATIVE) && defined(_MSC_VER)
        typedef __int64                                 ILInt64;
        typedef unsigned __int64                ILUInt64;
!       #define IL_HAVE_INT64
  #endif
  #if (!defined(IL_HAVE_INT64)) && defined(SIZEOF_LONG_LONG)
***************
*** 85,88 ****
--- 85,93 ----
                #define IL_HAVE_INT64
        #endif
+ #endif
+ #if (!defined(IL_HAVE_INT64)) && defined(IL_WIN32_NATIVE)
+       typedef __int64                                 ILInt64;
+       typedef unsigned __int64                ILUInt64;
+       #define IL_HAVE_INT64
  #endif
  #ifndef IL_HAVE_INT64





reply via email to

[Prev in Thread] Current Thread [Next in Thread]