X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fb3747278488ec16198e9731838c4c3a44f5b80..d2ebf0b7303be387d2d5a55ea0cd672fdf0c4f25:/include/wx/longlong.h?ds=sidebyside diff --git a/include/wx/longlong.h b/include/wx/longlong.h index 57bebda6b4..9419cf8d0b 100644 --- a/include/wx/longlong.h +++ b/include/wx/longlong.h @@ -47,17 +47,12 @@ #pragma warning "Your compiler does not appear to support 64 bit "\ "integers, using emulation class instead.\n" \ "Please report your compiler version to " \ - "wx-dev@lists.wxwindows.org!" + "wx-dev@lists.wxwidgets.org!" #endif #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