// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#include "wx/fontdlg.h"
+
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/utils.h"
#include "wx/dialog.h"
#include "wx/math.h"
+ #include "wx/cmndata.h"
#endif
-#include "wx/fontdlg.h"
#include "wx/fontutil.h"
#define INCL_PM
#include <os2.h>
#include "wx/os2/private.h"
-#include "wx/cmndata.h"
#include <stdlib.h>
#include <string.h>
int wxFontDialog::ShowModal()
{
- FONTDLG vFontDlg;
- char zCurrentFont[FACESIZE];
- HWND hWndFontDlg;
- FACENAMEDESC vFn;
+ FONTDLG vFontDlg;
+ char zCurrentFont[FACESIZE];
+ HWND hWndFontDlg;
+ FACENAMEDESC vFn;
memset(&vFontDlg, '\0', sizeof(FONTDLG));
zCurrentFont[0] = '\0';