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:
Ingo Weinhold 2009-12-07 12:26:26 +00:00
parent 4e890d3456
commit bcfdfff497

View File

@ -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;
}