/////////////////////////////////////////////////////////////////////////////
-// Name: fontdlg.cpp
+// Name: src/msw/fontdlg.cpp
// Purpose: wxFontDialog class
// Author: Julian Smart
// Modified by:
#pragma hdrstop
#endif
+#if wxUSE_FONTDLG
+
#ifndef WX_PRECOMP
#include "wx/defs.h"
#include "wx/utils.h"
return wxID_CANCEL;
}
}
+
+#endif // wxUSE_FONTDLG