diff --git a/Contrib/System/System.html b/Contrib/System/System.html index 74a49292..545a2b86 100644 --- a/Contrib/System/System.html +++ b/Contrib/System/System.html @@ -528,16 +528,16 @@ System::Free $0 DetailPrint $1
-System::Call '*0(p, &l.r2, &t2)' ; &l. is not part of the struct +System::Call '*0(p, &l.r2, &t2)' ; &l. is not part of the struct DetailPrint "Struct size=$2"
-System::Call '*(&l4,i,i,i,i,&t128)p.r1' ; Fills dwOSVersionInfoSize with the struct size as a int32 -${If} $1 Z<> 0 +System::Call '*(&l4,i,i,i,i,&t128)p.r1' ; Fills dwOSVersionInfoSize with the struct size as a int32 +${If} $1 Z<> 0 System::Call 'kernel32::GetVersionEx(pr1)i.r0' System::Call '*$1(i,i.R1,i.R2,i.R3)' System::Free $1 - ${IfThen} $0 <> 0 ${|} DetailPrint "v$R1.$R2.$R3" ${|} + ${IfThen} $0 <> 0 ${|} DetailPrint "v$R1.$R2.$R3" ${|} ${EndIf}
@@ -601,8 +601,8 @@ done: System::Free $9
-System::Call '*(&t50 "!")p.r2' ; DecimalSep -System::Call '*(&t50 "`")p.r3' ; ThousandSep +System::Call '*(&t50 "!")p.r2' ; DecimalSep +System::Call '*(&t50 "`")p.r3' ; ThousandSep System::Call '*(i 2, i 0, i 3, P r2, P r3, i 1)p.r1 ?2' System::Call 'kernel32::GetNumberFormat(i 0, i 0, t "1337.666" r4, p r1, t.r5, i ${NSIS_MAX_STRLEN})' DetailPrint "Custom formated $4: $5"