#include "wx/defs.h"
#include "wx/utils.h"
#include "wx/dialog.h"
+#include "wx/math.h"
#endif
#include "wx/fontdlg.h"
#include "wx/os2/private.h"
#include "wx/cmndata.h"
-#include <math.h>
#include <stdlib.h>
#include <string.h>
FONTDLG vFontDlg;
char zCurrentFont[FACESIZE];
HWND hWndFontDlg;
- FONTMETRICS vFm;
FACENAMEDESC vFn;
memset(&vFontDlg, '\0', sizeof(FONTDLG));