/////////////////////////////////////////////////////////////////////////////
-// Name: fontdlg.cpp
+// Name: gtk/fontdlg.cpp
// Purpose: wxFontDialog
// Author: Robert Roebling
// Id: $Id$
#pragma implementation "fontdlg.h"
#endif
+#include "wx/defs.h"
+
+#if wxUSE_FONTDLG
+
#include "wx/fontutil.h"
#include "wx/fontdlg.h"
#include "wx/utils.h"
{
}
+#endif // wxUSE_FONTDLG
+