Minor documentation tweaks

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6715 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-03-08 03:05:42 +00:00
parent d74c5acdcd
commit f674bf118f
4 changed files with 4 additions and 8 deletions

View file

@ -105,7 +105,7 @@ a:hover
<p>VPatch allows to create a patch file to update previous versions
of your software. The GenPat utility generates the patch file. The
plug-in can use the patch to update a file. Using a patch, you can
reduce the download size of your updates, because only the differences
reduce the download size of your updates because only the differences
between the files are included in the patch file.</p>
</div>
<h2>How to use</h2>

View file

@ -226,8 +226,8 @@ NSIS version used to build the script.
NSIS version as a 32 bit number.
\c !if 0x2046000 >= ${NSIS_PACKEDVERSION}
\c !error "NSIS 2.47 or higher is required to build this installer!"
\c !if 0x3014000 >= "${NSIS_PACKEDVERSION}"
\c !error "NSIS 3.15 or higher is required to build this installer!"
\c !endif
\S1{preunicodecodepoint} $\{U+1\}...$\{U+10FFFF\}

View file

@ -237,7 +237,7 @@ This constant is available on Windows XP and above.
\e{$HWNDPARENT}
The decimal HWND of the parent window.
HWND of the main window (in decimal).
\e{$PLUGINSDIR}

View file

@ -58,13 +58,9 @@ IntOp ${_tmpvar} "${_whi}" << 16
IntOp ${_outvar} ${_outvar} | ${_tmpvar}
!macroend
!define MAKELONG "!insertmacro _Win_MAKELONG32 "
!if "${NSIS_PTR_SIZE}" <= 4
!define MAKEWPARAM "${MAKELONG}"
!define MAKELPARAM "${MAKELONG}"
!define MAKELRESULT "${MAKELONG}"
!else
!error "Missing 64bit imp!"
!endif
!endif /* __WIN_NOINC_WINDEF */