Patrik Stridvall ps@leissner.se writes:
- dlls/winedos/dosvm.c, dlls/winedos/module.c:
- Added documentation
- Reorganized the no-DOS support.
I don't think adding a #ifdef around each function is a good idea. It's much more readable with a single #ifdef around the whole file IMO.