compilation fixes (I wonder how did you people ever compile it...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -94,6 +94,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
class WXDLLEXPORT wxLongLongWx;
|
class WXDLLEXPORT wxLongLongWx;
|
||||||
|
class WXDLLEXPORT wxULongLongWx;
|
||||||
#if defined(__VISUALC__) && !defined(__WIN32__)
|
#if defined(__VISUALC__) && !defined(__WIN32__)
|
||||||
#define wxLongLong wxLongLongWx
|
#define wxLongLong wxLongLongWx
|
||||||
#define wxULongLong wxULongLongWx
|
#define wxULongLong wxULongLongWx
|
||||||
@@ -874,7 +875,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
// long is at least 32 bits, so represent our 64bit number as 2 longs
|
// long is at least 32 bits, so represent our 64bit number as 2 longs
|
||||||
|
|
||||||
unsigned long m_hi
|
unsigned long m_hi;
|
||||||
unsigned long m_lo;
|
unsigned long m_lo;
|
||||||
|
|
||||||
#ifdef wxLONGLONG_TEST_MODE
|
#ifdef wxLONGLONG_TEST_MODE
|
||||||
|
Reference in New Issue
Block a user