mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 13:44:23 +08:00
- Fix some comments that were otherwise hard to understand. - Don't hardcode MAX_PATH in some API calls but instead use the real array char size. - Don't leak find-file handles: fix leaked handles to NUL pseudo-file in situations where we do: copy some_file+NUL some_dest_file . Should fix some cmd winetests. svn path=/trunk/; revision=67055