update todo.txt with current status

svn path=/trunk/; revision=18821
This commit is contained in:
Brandon Turner 2005-10-28 00:54:31 +00:00
parent 748170be22
commit 26d175e489

View file

@ -29,8 +29,5 @@ A lot of commands on failure just spit out GetLastError instead of looking for t
*Reg Testing
We need more batch files like the one Royce made for "set /a". What out for if bugs when doing this... could lead to in the wrong direction when looking for a regression.
*Remove dependance on __REACTOS__
__REACTOS__ = 0 doesnt compile and is useless. __REACTOS__ = 1 has been the default and works just fine on windows.
*Add Breaker
THere is partly code in place for this already. However it is broken and not finished. PocketCMD which is open source and based off ros cmd does do this correctly though. So there is something to look at and see how it can be done. though it is hard to find where they are doing it even though they are based on eachother they look pretty different now a days.