]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/main.cpp
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / src / msw / main.cpp
index 1cab1f628e3d828f9251a04e49e51a727bcbc18f..1db4fedfc85778f4caa34e927d7189097b52de9a 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:    wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -16,6 +20,7 @@
 #pragma hdrstop
 #endif
 
+#include "wx/event.h"
 #include "wx/app.h"
 #include <windows.h>