Added MUI_PAGE_CUSTOMFUNCTION_DESTROYED so custom image handles can be cleaned up

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6844 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-04-03 17:35:57 +00:00
parent fd8cdfd4a2
commit fbd57e00c1
9 changed files with 19 additions and 12 deletions

View file

@ -203,7 +203,7 @@ enum
#ifdef _UNICODE // opcodes available only in Unicode installers must be at the end of the enumeration
#ifdef NSIS_SUPPORT_FILEFUNCTIONS
EW_FPUTWS, // FileWriteUTF16LE: 3 [handle, string, ?int:string]
EW_FPUTWS, // FileWriteUTF16LE: 4 [handle, string, ?int:string, TryWriteBOM]
EW_FGETWS, // FileReadUTF16LE: 4 [handle, output, maxlen, ?getchar:gets]
#endif//NSIS_SUPPORT_FILEFUNCTIONS
#endif