[DDK/XDK]

Don't auto define NO_LEGACY_DRIVERS on reactos x64 builds.

svn path=/trunk/; revision=47852
This commit is contained in:
Timo Kreuzer 2010-06-26 10:27:25 +00:00
parent 3c656ee009
commit 6965f5f1f5
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ extern "C" {
#if !defined(USE_DMA_MACROS) && !defined(_NTHAL_)
#define USE_DMA_MACROS
#endif
#ifndef NO_LEGACY_DRIVERS
#if !defined(NO_LEGACY_DRIVERS) && !defined(__REACTOS__)
#define NO_LEGACY_DRIVERS
#endif
#endif /* defined(_WIN64) */

View file

@ -131,7 +131,7 @@ extern "C" {
#if !defined(USE_DMA_MACROS) && !defined(_NTHAL_)
#define USE_DMA_MACROS
#endif
#ifndef NO_LEGACY_DRIVERS
#if !defined(NO_LEGACY_DRIVERS) && !defined(__REACTOS__)
#define NO_LEGACY_DRIVERS
#endif
#endif /* defined(_WIN64) */