Unicode plugin W function suffix has been removed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6299 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e43d5a3b9e
commit
68d42b02da
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ Macros and conversion functions for InstallOptions
|
|||
InitPluginsDir
|
||||
File "/oname=$PLUGINSDIR\${FILE}" "${FILE}"
|
||||
!ifdef NSIS_UNICODE
|
||||
InstallOptionsW::make_unicode "$PLUGINSDIR\${FILE}"
|
||||
InstallOptions::make_unicode "$PLUGINSDIR\${FILE}"
|
||||
!endif
|
||||
!insertmacro INSTALLOPTIONS_WRITE "${FILE}" "Settings" "RTL" "$(^RTL)"
|
||||
|
||||
|
@ -139,7 +139,7 @@ Macros and conversion functions for InstallOptions
|
|||
InitPluginsDir
|
||||
File "/oname=$PLUGINSDIR\${FILENAME}" "${FILE}"
|
||||
!ifdef NSIS_UNICODE
|
||||
InstallOptionsW::make_unicode "$PLUGINSDIR\${FILENAME}"
|
||||
InstallOptions::make_unicode "$PLUGINSDIR\${FILENAME}"
|
||||
!endif
|
||||
!insertmacro INSTALLOPTIONS_WRITE "${FILENAME}" "Settings" "RTL" "$(^RTL)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue