]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/taskbar.cpp
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / src / msw / taskbar.cpp
index 334be2636e70bb66e9743a45f970542eeb26533e..68c7ac60aa166b993a29445e3c85e88604635fa4 100644 (file)
@@ -21,8 +21,6 @@
 #pragma hdrstop
 #endif
 
-#include <windows.h>
-
 #ifndef WX_PRECOMP
 #include "wx/defs.h"
 #include "wx/window.h"
@@ -32,6 +30,7 @@
 
 #ifdef __WIN95__
 
+#include <windows.h>
 #include <string.h>
 #include <wx/msw/taskbar.h>
 #include <wx/msw/private.h>