reactos/sdk
Victor Perevertkin 2ae1675208 [ASM] Fixed ".double" macro in asm.inc.
GAS uses ".double" symbol for declaring floating-point constants and
".quad" symbol for declaring 64-bit numbers.
This is not compatible with our macro for MASM and introduces bugs.
Now 64-bit constants are supposed to be declared using ".quad" macro.
2018-07-15 23:25:23 +02:00
..
cmake [CMAKE] Update all base addresses, taking into account the reserved user32 address from CORE-12752 2018-07-12 21:55:21 +02:00
include [ASM] Fixed ".double" macro in asm.inc. 2018-07-15 23:25:23 +02:00
lib [ASM] Fixed ".double" macro in asm.inc. 2018-07-15 23:25:23 +02:00
tools [SDK] Update gen_baseaddress.py for reserved base addresses. 2018-07-12 21:55:21 +02:00