]> git.saurik.com Git - wxWidgets.git/commitdiff
explicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jun 2006 00:01:03 +0000 (00:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jun 2006 00:01:03 +0000 (00:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/utilscmn.cpp

index 4bafd05df1137ae69baadd23e572abfaf2841bce..eadd15283b657e9b1260cf8e96d2971780611419 100644 (file)
@@ -96,6 +96,7 @@
 #if defined(__WXMSW__)
     #include "wx/msw/private.h"
     #include "wx/msw/registry.h"
+    #include <shellapi.h> // needed for SHELLEXECUTEINFO
 #endif
 
 #if wxUSE_BASE