reactos/subsystems/mvdm
Joachim Henze f643e3b829 [0.4.7][NTOBJSHEX][NTVDM][SETUPAPI] Remove some unused variables. (#94)
This ports back the remaining parts of
0.4.8-dev-18-g 5cb0615147 [BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out some unused variables. (#94)

The other parts in [BROWSEUI][DEVMGR][EXPLORER][NTGDI] I did port back earlier already.
That's why they are not visible here. But (#94) is fully covered now.

I intentionally did not mention CORE11799 because that ticket is about making Clang run,
and I don't intend to port that back (yet).

Ftr:
In regfolder.cpp, devclass.c and vidbios.c I deleted a bit more superfluous stuff
than what was done in master. I did that just, because the file was 100% in sync
after the pick between 0.4.7 and 0.4.8. So that doesn't hide/obfuscate any real diff between both.
2023-10-03 05:46:42 +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
ntvdm [0.4.7][NTOBJSHEX][NTVDM][SETUPAPI] Remove some unused variables. (#94) 2023-10-03 05:46:42 +02:00
pifmgr [0.4.7][REACTOS] Optimize existing PNGs (#5486) (#5492) (#5506) 2023-09-08 19:33:18 +02:00
samples
vdmdbg
wow16
asm16.cmake
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.