[USER.EXE]: Add a *stub* user.exe to make the DirectX 9.0 installer happy (it searche...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 19 Jun 2017 14:24:48 +0000 (14:24 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 19 Jun 2017 14:24:48 +0000 (14:24 +0000)
commitee591f5b019644462bb731eab625f9a9b97f504f
treebe031ed2cd33db5408f09bd636a5bf945ade4f70
parenta82d7577b3cb835b5241e7b0fea3130bc6d78cd6
[USER.EXE]: Add a *stub* user.exe to make the DirectX 9.0 installer happy (it searches user.exe for existence for no reason, and if it cannot find it, the installer bails out). (WARNING: This is in NO WAY our implementation of WoW16!!)
Reported on https://www.reactos.org/forum/viewtopic.php?f=4&t=15576 , http://reactos.org/forum/viewtopic.php?f=4&t=16498 .
This is not a ReactOS problem per se, because it also happens on Windows, as reported here:
https://xpetips.wordpress.com/2009/09/18/installing-directx-9-0c-on-xpe/ and http://www.xpembedded.info/DirectX_v9_0c_and_finding_missing_components_.html .

svn path=/trunk/; revision=75126
reactos/subsystems/mvdm/CMakeLists.txt
reactos/subsystems/mvdm/wow16/CMakeLists.txt [new file with mode: 0644]
reactos/subsystems/mvdm/wow16/user/CMakeLists.txt [new file with mode: 0644]
reactos/subsystems/mvdm/wow16/user/user.c [new file with mode: 0644]