Pierre Schweitzer
827ed4b146
[NTVDM] Allow opening files with write access on CDROM
...
Some applications, run on a CDROM, may attempt to open
a file with write access. CDFS driver will deny such
request in ReactOS (but also in Windows NT). Then, to
restore that behavior from old Windows (9X), our ntvdm,
as Microsoft ntvdm will attempt to reopen the file only
with read access, if opening failed because of denied access
and if the file is on a CDROM.
CORE-15211
2018-10-20 17:27:53 +02:00
Mark Jansen
44898a4ea4
[NTVDM] Implement INT21, AX=4408, Determine if a block device is removable.
2018-10-20 00:14:44 +02:00
Katayama Hirofumi MZ
31019e8c0c
[TRANSLATION] Update Romanian translation ( #851 )
...
Translation from Stefan Fulea.
CORE-15023
2018-09-14 11:04:36 +02:00
Adam Słaboń
af3d426685
[TRANSLATION] Polish translation update ( #781 )
...
In addition: fix the encoding of the comdlg32 and ntvdm polish resource files.
2018-08-20 17:00:33 +02:00
Timo Kreuzer
cf77354dce
[REACTOS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Timo Kreuzer
807331436e
[MVDM] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
Thomas Faber
536623950c
[CMAKE] Fix command.com livecd.lst entry. CORE-14509
...
Spotted by Hermès.
2018-03-30 21:22:33 +02:00
Thomas Faber
f9e1e23dab
[CMAKE] Avoid use of the LOCATION property for asm16 files. CORE-14509
...
In particular, ntvdm needs to post-process command.com, so this adds
a BINARY_PATH property to such files instead.
2018-03-30 20:28:25 +02:00
Hermès Bélusca-Maïto
19b18ce238
[MVDM] Update some of the file headers to their new versions.
2018-03-25 16:19:29 +02:00
Erdem Ersoy
ba3f074320
[TRANSLATIONS] Update the email address and add a note in the Turkish translation document ( #271 )
2018-01-07 22:09:42 +01:00
Amine Khaldi
5ef2c4515e
[NTVDM] Move the def file out of the source files list. Rename some variables and functions. #179
2017-12-24 00:04:15 +01:00
Amine Khaldi
d822478e06
[NTVDM] Missed this file.
2017-12-23 23:59:39 +01:00
Amine Khaldi
9716814879
[NTVDM] Deduplicate IsConsoleHandle() using the correct version pointed by Hermès. #179
2017-12-23 23:56:04 +01:00
Amine Khaldi
09c06a2f45
[CLANG-CL] Initial commit that allows us to compile ReactOS with clang-cl.
2017-11-23 14:09:57 +01:00
Amine Khaldi
5cb0615147
[BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM][SETUPAPI] Remove/comment out some unused variables. CORE-11799 ( #94 )
2017-10-28 15:04:18 +01:00
Hermès Bélusca-Maïto
0436a4c73b
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
Colin Finck
9ebf43567d
Add .gitattributes and .gitignore files and normalize line endings in the repository ( #10 )
2017-10-04 20:37:32 +02:00
Hermès Bélusca-Maïto
221ed4cefe
Remove unwanted .gitignore files.
2017-10-04 10:28:36 +02:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00