#include "wx/utils.h"
#include "wx/dialog.h"
#include "wx/math.h"
- #include "wx/cmndata.h"
#endif
#include "wx/fontutil.h"
+#include "wx/testing.h"
#define INCL_PM
#include <os2.h>
int wxFontDialog::ShowModal()
{
+ WX_TESTING_SHOW_MODAL_HOOK();
+
FONTDLG vFontDlg;
char zCurrentFont[FACESIZE];
HWND hWndFontDlg;