]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/data.cpp
Always send an erase event to satisfy some users...
[wxWidgets.git] / src / mgl / data.cpp
index 37dbc1944ef2d0d07bf7e36151256df266057690..b6c280dc177e2fdf4ae8853ceb5a7fe6943d793b 100644 (file)
 // #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"
@@ -25,9 +32,6 @@
 
 #define _MAXPATHLEN 500
 
-/* Useful buffer, initialized in wxCommonInit */
-wxChar *wxBuffer = (wxChar *) NULL;
-
 /* Windows List */
 wxWindowList wxTopLevelWindows;