projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
DJGPP compilation
[wxWidgets.git]
/
src
/
generic
/
fontdlgg.cpp
diff --git
a/src/generic/fontdlgg.cpp
b/src/generic/fontdlgg.cpp
index 90de224fe031c43d18445dc84030df38178a4ec0..91ad7da07bd6cb110540dfa953e4a69b0e313aeb 100644
(file)
--- a/
src/generic/fontdlgg.cpp
+++ b/
src/generic/fontdlgg.cpp
@@
-20,6
+20,8
@@
#pragma hdrstop
#endif
+#if wxUSE_FONTDLG && (!defined(__WXGTK__) || defined(__WXUNIVERSAL__))
+
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/utils.h"
@@
-34,8
+36,6
@@
#include "wx/intl.h"
#endif
-#if wxUSE_FONTDLG
-
#include <string.h>
#include <stdlib.h>