projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
initialize GdkColor so code which incorrectly accesses it will work as well as it...
[wxWidgets.git]
/
src
/
generic
/
dcpsg.cpp
diff --git
a/src/generic/dcpsg.cpp
b/src/generic/dcpsg.cpp
index 62c685559c7cedd854866f812976337ed3447740..33bd3d37ddcddcfb9b637fb3b32ca0d522a0535f 100644
(file)
--- a/
src/generic/dcpsg.cpp
+++ b/
src/generic/dcpsg.cpp
@@
-25,6
+25,7
@@
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/dcmemory.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/dcmemory.h"
+ #include "wx/math.h"
#endif // WX_PRECOMP
#include "wx/image.h"
#endif // WX_PRECOMP
#include "wx/image.h"
@@
-32,9
+33,10
@@
#include "wx/generic/prntdlgg.h"
#include "wx/paper.h"
#include "wx/filefn.h"
#include "wx/generic/prntdlgg.h"
#include "wx/paper.h"
#include "wx/filefn.h"
-#include "wx/math.h"
#include "wx/stdpaths.h"
#include "wx/stdpaths.h"
+WXDLLIMPEXP_DATA_CORE(int) wxPageNumber;
+
#ifdef __WXMSW__
#ifdef DrawText
#ifdef __WXMSW__
#ifdef DrawText