mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[DDK/XDK]
Don't auto define NO_LEGACY_DRIVERS on reactos x64 builds. svn path=/trunk/; revision=47852
This commit is contained in:
parent
3c656ee009
commit
6965f5f1f5
2 changed files with 2 additions and 2 deletions
|
@ -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) */
|
||||
|
|
|
@ -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) */
|
||||
|
|
Loading…
Reference in a new issue