]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
Added --with-unicode (not used yet) and --with-wcsrtombs options
[wxWidgets.git] / src / common / wincmn.cpp
index 9783cb3ca330c2660d1099eea200aa068f859c57..3486f2b6bd06642fe5a1cf3f9e96e5206710bd67 100644 (file)
@@ -9,6 +9,20 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
+#include "wx/frame.h"
+#include "wx/defs.h"
+#include "wx/window.h"
+
 // Do Update UI processing for child controls
 
 // TODO: should this be implemented for the child window rather