Replaced typedef with #define for VC++ 1.5, to prevent 'no constructor' error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -88,7 +88,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
class WXDLLEXPORT wxLongLongWx;
|
class WXDLLEXPORT wxLongLongWx;
|
||||||
|
#if defined(__VISUALC__) && !defined(__WIN32__)
|
||||||
|
#define wxLongLong wxLongLongWx
|
||||||
|
#else
|
||||||
typedef wxLongLongWx wxLongLong;
|
typedef wxLongLongWx wxLongLong;
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
// if nothing is defined, use native implementation by default, of course
|
// if nothing is defined, use native implementation by default, of course
|
||||||
#ifndef wxUSE_LONGLONG_NATIVE
|
#ifndef wxUSE_LONGLONG_NATIVE
|
||||||
|
Reference in New Issue
Block a user