From: Hermès Bélusca-Maïto Date: Sun, 13 Sep 2015 01:18:50 +0000 (+0000) Subject: [COMMAND] X-Git-Tag: ReactOS-0.4.0~836 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f4d255aec65122007d8c6055e89c29ce5e28ef10;hp=f4d255aec65122007d8c6055e89c29ce5e28ef10 [COMMAND] - Fix the GCC macro for structure declaration, so that referencing an offset to the structure doesn't fail anymore (ie. doing "mov dx, offset MyStruct" doesn't assemble to "mov dx, 0x100"). This fixes NTVDM not being able to start any DOS app. Reported by Aleksander Rechitskiy. CORE-9677 CORE-9679 #resolve CORE-9678 [NTVDM] - Fix newline in DPRINT. svn path=/trunk/; revision=69211 ---