MGA_SHGetKnownFolderPath is not used by anyone

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6166 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-11-09 08:51:28 +00:00
parent 6cd26f04e6
commit ee59b7f723
2 changed files with 2 additions and 5 deletions

View file

@ -119,7 +119,6 @@ enum myGetProcAddressFunctions {
MGA_GetUserDefaultUILanguage,
MGA_SHAutoComplete,
MGA_SHGetFolderPath,
MGA_SHGetKnownFolderPath
};
void * NSISCALL myGetProcAddress(const enum myGetProcAddressFunctions func);