reactos/sdk
Hermès Bélusca-Maïto 0ee02b2c4d
[SDK/INCLUDE] Fix the .code16 macro definition for MASM/ML.
Modify the .code16 macro so that the 16-bit code segment can get a
chance to be correctly merged with other (possibly 32-bit) code
segments, without keeping generating multiple .text segments with
different attributes and generating the corresponding LNK4078 warning.

This fixes the warning when compiling NTOSKRNL on MSVC:
"v86.S.obj : warning LNK4078: multiple '.text' sections found with different attributes (C0520040)".
2019-01-27 00:51:00 +01:00
..
cmake [CMAKE] MSVC cmake settings improvements. 2019-01-12 18:09:51 +01:00
include [SDK/INCLUDE] Fix the .code16 macro definition for MASM/ML. 2019-01-27 00:51:00 +01:00
lib [LIBXML2] Update to version 2.9.8. CORE-15280 2019-01-16 09:27:22 +01:00
tools [LOG2LINES] Use translate_line() for command line input too 2019-01-05 13:39:02 +01:00