Compile fixes...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2859
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-AUTOMAKE_OPTIONS = 1.3 no-dependencies
+AUTOMAKE_OPTIONS = 1.3
+# no-dependencies
SUBDIRS = include src samples misc # utils user docs
#include "wx/font.h"
#include "wx/colour.h"
+#include "wx/gdicmn.h"
#if (defined(__WXMOTIF__) || defined(__WXGTK__)) && wxUSE_POSTSCRIPT
class WXDLLEXPORT wxPrintSetupData;
return o << result;
}
-#endif wxUSE_LONGLONG_WX
+#endif
+ // wxUSE_LONGLONG_NATIVE
##
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = 1.3
+# no-dependencies
+
SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
##
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = 1.3
+# no-dependencies
+
SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
##
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = 1.3
+# no-dependencies
+
SUFFIXES = .cpp .c
DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
#include "wx/log.h"
#include "wx/module.h"
#include "wx/memory.h"
+#include "wx/log.h"
+#include "wx/intl.h"
#if wxUSE_THREADS
#include "wx/thread.h"