// #pragma implementation
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+ #pragma hdrstop
+#endif
+
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/window.h"
#define _MAXPATHLEN 500
-/* Useful buffer, initialized in wxCommonInit */
-wxChar *wxBuffer = (wxChar *) NULL;
-
/* Windows List */
wxWindowList wxTopLevelWindows;