]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
wxLL is now in wx/defs.h together with (new) wxULL
[wxWidgets.git] / include / wx / longlong.h
index 57bebda6b4cde0a9a1a2560f548b8b1f89723242..9b4a3149294f2a40376dfe0918d3748debc03cc7 100644 (file)
     #define wxUSE_LONGLONG_WX 1
 #endif // compiler
 
-// this macro allows to definea 64 bit constant in a portable way
-#define wxMakeLongLong(x, s) x ## s
-#define wxMakeLongLong2(x, s) wxMakeLongLong(x, s)
-#define wxLL(x) wxMakeLongLong2(x, wxLongLongSuffix)
-
 // the user may predefine wxUSE_LONGLONG_NATIVE and/or wxUSE_LONGLONG_NATIVE
 // to disable automatic testing (useful for the test program which defines
 // both classes) but by default we only use one class