Fix stupid C&P error

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6155 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-06-15 22:57:32 +00:00
parent fd1febb2f0
commit 9540aa5d5c

View file

@ -239,7 +239,7 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
// defines
#ifndef WC_NO_BEST_FIT_CHARS
#ifndef MEM_LARGE_PAGES
# define MEM_LARGE_PAGES 0x20000000
#endif