shell api for shell stuff that's not automatically included in latest sdks

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5895 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2009-01-10 21:53:58 +00:00
parent 9da0e22dac
commit d1a1ed1ee3

View file

@ -24,6 +24,7 @@
#ifdef _WIN32
# include <windows.h>
# include <commctrl.h>
# include <shellapi.h>
#else
# ifndef EXEHEAD
# include <string.h>