reactos/subsystems/mvdm
Serge Gautherie d59d74fb69
[NTVDM] GetNextFreeVDDEntry(): Remove 'Entry' redundant initialization (#2859)
Detected by Cppcheck: redundantInitialization.
Addendum to ed874b41 (r61283).
2020-05-25 23:49:47 +02:00
..
config Add a small descriptive comment for the reason why the chosen files are specified in a .gitattributes file. 2017-10-08 15:48:07 +02:00
dos [CMAKE] Fix command.com livecd.lst entry. CORE-14509 2018-03-30 21:22:33 +02:00
ntvdm [NTVDM] GetNextFreeVDDEntry(): Remove 'Entry' redundant initialization (#2859) 2020-05-25 23:49:47 +02:00
pifmgr [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
samples [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
vdmdbg [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
wow16 [MVDM] Update some of the file headers to their new versions. 2018-03-25 16:19:29 +02:00
asm16.cmake [CMAKE][FREELDR] Take the global defines into account when compiling ASM files. 2020-03-06 22:55:12 +01:00
CMakeLists.txt
README.txt

Multiple Virtual DOS Machines - Directory description
=====================================================

- config : Miscellaneous configuration files.
- dos    : 16-bit DOS components (kernel, drivers, apps...).
- ntvdm  : NT Virtual DOS Machine.
- pifedit: ReactOS Program Information File Editor.
- pifmgr : PIF Manager Icon Resource Library.
- samples: Sample programs for NTVDM.
- vdmdbg : Virtual DOS Machine debug helper DLL (from Wine).
- wow16  : Win16 thunk files and components.