use fontdlgg.cpp under wxUniv/GTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-04 18:27:43 +00:00
parent 7aa5864467
commit 4234ea8be0
5 changed files with 19 additions and 28 deletions

View File

@@ -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>