Added 64 bit TODO. We'll probably have to change the interface (cookie type)
of get_next_area_info() and others. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34533 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4e890d3456
commit
bcfdfff497
@ -4710,6 +4710,7 @@ _get_next_area_info(team_id team, int32* cookie, area_info* info, size_t size)
|
||||
|
||||
fill_area_info(area, info, size);
|
||||
*cookie = (int32)(area->Base());
|
||||
// TODO: Not 64 bit safe!
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user