ossp-pkg/as/as-gui/as_gui.h 1.78 -> 1.79
--- as_gui.h 2003/11/20 11:31:20 1.78
+++ as_gui.h 2004/05/27 21:33:31 1.79
@@ -98,8 +98,6 @@
typedef unsigned int U64;
#elif (SIZEOF_LONG == 8)
typedef unsigned long U64;
-#elif (SIZEOF_LONG_LONG == 8)
-typedef unsigned long long U64;
#else
?==Error: Undefined 64 bit type
#endif // U64
@@ -110,8 +108,6 @@
typedef unsigned int U64;
#elif (4 == 8)
typedef unsigned long U64;
-#elif (8 == 8)
-typedef unsigned long long U64;
#else
?==Error: Undefined 64 bit type
#endif
|
|