forked from KolibriOS/kolibrios
fix r6699
git-svn-id: svn://kolibrios.org@6703 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
75a9e0b797
commit
6b9749d66d
@ -123,6 +123,6 @@ end repeat
|
|||||||
times NumBytesDeleted - DeltaDeleted db 0
|
times NumBytesDeleted - DeltaDeleted db 0
|
||||||
; data
|
; data
|
||||||
file filename:pehea+0F8h+NumberOfSections*28h
|
file filename:pehea+0F8h+NumberOfSections*28h
|
||||||
if TimeDateStamp <> 0 and TimeStampInExportTable <> 0
|
if TimeDateStamp <> 0 & TimeStampInExportTable <> 0
|
||||||
store dword TimeDateStamp at TimeStampInExportTable
|
store dword TimeDateStamp at TimeStampInExportTable
|
||||||
end if
|
end if
|
||||||
|
Loading…
Reference in New Issue
Block a user