]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dnd.cpp
Give app a default wxWidgets icon other than random one e.g. CD-ROM
[wxWidgets.git] / src / os2 / dnd.cpp
index 9100811fc9b6c2459e25e527a30662dd0d221956..0f61318b7756f2cf992054dcb396967f5c7e4b27 100644 (file)
 
 #if wxUSE_DRAG_AND_DROP
 
-#include "wx/window.h"
-#include "wx/app.h"
-#include "wx/gdicmn.h"
 #include "wx/dnd.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/app.h"
+    #include "wx/window.h"
+#endif
+
+#include "wx/gdicmn.h"
+
 #define INCL_PM
 #define INCL_DOS
 #include <os2.h>