reactos/reactos/drivers
Stefan Ginsberg 3d64a589fb - Do not pass gcc and ld flags to other tools
svn path=/trunk/; revision=41448
2009-06-18 18:18:57 +00:00
..
base mpu401.sys: remove entrypoint="..." 2009-02-10 21:15:45 +00:00
bus Patch from Olaf Siejka <olaf_siejka AT o2 DOT pl> 2009-05-31 20:53:49 +00:00
directx Supersedes r40538, r40539; RosBE bug fixed with a RosBE-specific hack (-nostdinc removed from BUILTIN_CPPFLAGS in rules.mak) 2009-04-21 00:33:41 +00:00
filesystems - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
input - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
ksfilter - Add a few sanity assert to KsCreate 2009-06-09 14:50:24 +00:00
multimedia Started new implementation of Sound Blaster driver (kernel mode), which 2009-02-27 22:50:58 +00:00
network - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
parallel - Kill off more STDCALL 2008-11-30 11:16:55 +00:00
serial - Change DPRINT to INFO_ to silence the spam 2009-01-22 13:35:13 +00:00
setup MAX_PATH is neither defined by ntddk.h nor by crt headers, use _MAX_PATH instead 2008-12-12 19:06:57 +00:00
storage - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
usb - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
video modified dll/win32/srclient/srclient_main.c 2009-06-16 00:24:26 +00:00
wdm - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
wmi -fix header 2009-01-26 07:29:08 +00:00
drivers.rbuild The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00