no changes, just a typo in comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -969,7 +969,7 @@ inline void *wxUIntToPtr(wxUIntPtr p)
|
|||||||
#define wxULongLong_t unsigned wxLongLong_t
|
#define wxULongLong_t unsigned wxLongLong_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* these macros allow to definea 64 bit constants in a portable way */
|
/* these macros allow to define 64 bit constants in a portable way */
|
||||||
#define wxLL(x) wxCONCAT(x, wxLongLongSuffix)
|
#define wxLL(x) wxCONCAT(x, wxLongLongSuffix)
|
||||||
#define wxULL(x) wxCONCAT(x, wxCONCAT(u, wxLongLongSuffix))
|
#define wxULL(x) wxCONCAT(x, wxCONCAT(u, wxLongLongSuffix))
|
||||||
|
|
||||||
@@ -979,7 +979,7 @@ inline void *wxUIntToPtr(wxUIntPtr p)
|
|||||||
#define wxHAS_INT64 1
|
#define wxHAS_INT64 1
|
||||||
|
|
||||||
#elif wxUSE_LONGLONG
|
#elif wxUSE_LONGLONG
|
||||||
/* these macros allow to definea 64 bit constants in a portable way */
|
/* these macros allow to define 64 bit constants in a portable way */
|
||||||
#define wxLL(x) wxLongLong(x)
|
#define wxLL(x) wxLongLong(x)
|
||||||
#define wxULL(x) wxULongLong(x)
|
#define wxULL(x) wxULongLong(x)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user