Differences From Artifact [4d497cc280]:
- File freshlib/macros/Linux/_import.inc — part of check-in [4c17f8c094] at 2013-06-18 14:14:51 on branch FreshLibDev — Work on TBackWindow. Some diagnostics work in order to find a bug with the children alignment. (user: johnfound size: 4287) [more...]
To Artifact [f761dcbf1a]:
- Executable file freshlib/macros/Linux/_import.inc — part of check-in [2e960129f4] at 2013-10-21 20:25:54 on branch FreshLibDev — Added sqlite3 library import definition file for Linux. (user: johnfound size: 4319) [more...]
| ︙ | ︙ | |||
184 185 186 187 188 189 190 191 192 193 194 195 196 197 |
label iname dword
if used iname
dd 0
end if
__define_import_arguments arg
\\\}
\\}
end if
size2 = $ - $$
DispSize 'ELF Import data:', size1+size2
\}
| > > | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 |
label iname dword
if used iname
dd 0
end if
__define_import_arguments arg
\\\}
\\}
else
size1 = $ - $$
end if
size2 = $ - $$
DispSize 'ELF Import data:', size1+size2
\}
|
| ︙ | ︙ |