projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use a common m_isInsideYield flag instead of static booleans in all ports; add a...
[wxWidgets.git]
/
include
/
wx
/
longlong.h
diff --git
a/include/wx/longlong.h
b/include/wx/longlong.h
index 5eff9cd9002a1f8cf0a49429369f327e670e1462..e05287c965395ca9536aff7b61e667e6160dd813 100644
(file)
--- a/
include/wx/longlong.h
+++ b/
include/wx/longlong.h
@@
-67,8
+67,8
@@
#define wxUSE_LONGLONG_NATIVE 0
#endif
#define wxUSE_LONGLONG_NATIVE 0
#endif
- class WXDLLIMPEXP_BASE wxLongLongWx;
- class WXDLLIMPEXP_BASE wxULongLongWx;
+ class WXDLLIMPEXP_
FWD_
BASE wxLongLongWx;
+ class WXDLLIMPEXP_
FWD_
BASE wxULongLongWx;
#if defined(__VISUALC__) && !defined(__WIN32__)
#define wxLongLong wxLongLongWx
#define wxULongLong wxULongLongWx
#if defined(__VISUALC__) && !defined(__WIN32__)
#define wxLongLong wxLongLongWx
#define wxULongLong wxULongLongWx
@@
-86,8
+86,8
@@
#ifndef wxUSE_LONGLONG_WX
#define wxUSE_LONGLONG_WX 0
#ifndef wxUSE_LONGLONG_WX
#define wxUSE_LONGLONG_WX 0
- class WXDLLIMPEXP_BASE wxLongLongNative;
- class WXDLLIMPEXP_BASE wxULongLongNative;
+ class WXDLLIMPEXP_
FWD_
BASE wxLongLongNative;
+ class WXDLLIMPEXP_
FWD_
BASE wxULongLongNative;
typedef wxLongLongNative wxLongLong;
typedef wxULongLongNative wxULongLong;
#endif
typedef wxLongLongNative wxLongLong;
typedef wxULongLongNative wxULongLong;
#endif