fixed SHACF_FILESYSTEM redefinition warning

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4250 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-09-09 08:42:54 +00:00
parent 35229f5edf
commit 82ec0a3db2

View file

@ -20,12 +20,13 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
#include "../Platform.h"
#include <windowsx.h>
#include <shlobj.h>
#include <shellapi.h>
#include <shlwapi.h>
#include "../Platform.h"
#include "resource.h"
#include "fileform.h"