size optimization

it's official. even msdn now says SHGetMalloc returns the same allocator CoTaskMemFree uses and a little debugging backs this even on Windows 95


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5004 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-20 21:33:28 +00:00
parent b3310a3170
commit 08de3671da
4 changed files with 8 additions and 16 deletions

View file

@ -14,6 +14,7 @@ libs = Split("""
gdi32
shell32
comdlg32
ole32
""")
examples = Split("""