Differences From Artifact [fadc831a15]:
- File source/CCList.asm — part of check-in [df8e975d33] at 2011-02-19 22:21:50 on branch trunk — First commit for FreshIDE project. (user: JohnFound size: 13132)
To Artifact [50bef188d9]:
- File source/CCList.asm — part of check-in [430a03f9b4] at 2011-12-25 14:32:08 on branch trunk — Merge with the latest FreshLibDev in order to prepare the next release of the IDE. (user: johnfound size: 13136) [more...]
| ︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + |
proc AddCCListItem, .hStr, .ptrLabel
begin
push eax ecx edx
invoke GetWindowLong, [hCCList], GWL_USERDATA
|
| ︙ |