/[dotgnu-pnet]/libCrayons/include/Crayons.h
ViewVC logotype

Diff of /libCrayons/include/Crayons.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by Rich333, Mon Oct 17 18:20:06 2005 UTC revision 1.2 by Rich333, Mon Oct 17 21:01:35 2005 UTC
# Line 62  typedef SDUInt16       SDChar16; Line 62  typedef SDUInt16       SDChar16;
62  #if defined(_MSC_VER)  #if defined(_MSC_VER)
63          typedef __int32          SDInt32;          typedef __int32          SDInt32;
64          typedef unsigned __int32 SDUInt32;          typedef unsigned __int32 SDUInt32;
65  #elif defined(SIZEOF_INT) && (SIZEOF_INT == 4)  #elif defined(SD_SIZEOF_INT) && (SD_SIZEOF_INT == 4)
66          typedef int              SDInt32;          typedef int              SDInt32;
67          typedef unsigned int     SDUInt32;          typedef unsigned int     SDUInt32;
68  #elif defined(SIZEOF_LONG) && (SIZEOF_LONG == 4)  #elif defined(SD_SIZEOF_LONG) && (SD_SIZEOF_LONG == 4)
69          typedef long             SDInt32;          typedef long             SDInt32;
70          typedef unsigned long    SDUInt32;          typedef unsigned long    SDUInt32;
71  #else  #else
# Line 81  typedef SDUInt32 SDGraphicsContainer; Line 81  typedef SDUInt32 SDGraphicsContainer;
81  #if defined(_MSC_VER)  #if defined(_MSC_VER)
82          typedef __int64            SDInt64;          typedef __int64            SDInt64;
83          typedef unsigned __int64   SDUInt64;          typedef unsigned __int64   SDUInt64;
84  #elif defined(SIZEOF_LONG) && (SIZEOF_LONG == 8)  #elif defined(SD_SIZEOF_LONG) && (SD_SIZEOF_LONG == 8)
85          typedef long               SDInt64;          typedef long               SDInt64;
86          typedef unsigned long      SDUInt64;          typedef unsigned long      SDUInt64;
87  #elif defined(SIZEOF_LONG_LONG) && (SIZEOF_LONG_LONG == 8)  #elif defined(SD_SIZEOF_LONG_LONG) && (SD_SIZEOF_LONG_LONG == 8)
88          typedef long long          SDInt64;          typedef long long          SDInt64;
89          typedef unsigned long long SDUInt64;          typedef unsigned long long SDUInt64;
90  #else  #else

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26