reactos/sdk/lib
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
..
3rdparty [ZLIB] Add minizip as library. 2018-04-07 15:29:59 +02:00
atl [ATL] Add CString.CompareNoCase 2018-06-09 17:14:06 +02:00
cmlib
comsupp
conutils [CONUTILS] Remove old code; modify an informative note. 2018-05-20 22:39:21 +02:00
cportlib
cpprt
crt [ASM] Fixed ".double" macro in asm.inc. 2018-07-15 23:25:23 +02:00
cryptlib
debugsup
delayimp [DELAYIMP] Fix/Merge definitions of __pfnDliNotifyHook2 and __pfnDliFailureHook2 2018-06-13 23:28:15 +02:00
dnslib
drivers [LIBUSB] Add additional operator new/delete 2018-07-01 14:45:21 +02:00
dxguid
epsapi
evtlib [EVTLIB] Silence some DPRINTs. 2018-04-22 02:53:40 +02:00
fast486
fslib [VFATLIB] Only check volume if full scan or if allowed to fix it 2018-06-05 19:34:47 +02:00
gcc_ssp
inflib [SDK] Fix 64 bit issues 2018-07-01 14:45:21 +02:00
ioevent
lsalib
nt
ppcmmu
pseh
rossym
rossym_new
rtl [NDK] Fix alignment macros and add missing ones 2018-07-01 14:45:21 +02:00
runtmchk
scrnsave
skiplist [SDK] Fix 64 bit issues 2018-07-01 14:45:21 +02:00
smlib
strmiids
tdilib
uuid [NTDLL] Check the process manifest at startup for a compatibility section. 2018-04-09 19:36:09 +02:00
wdmguid
CMakeLists.txt