mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +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
reactos/include
|
@ -131,7 +131,7 @@ extern "C" {
|
||||||
#if !defined(USE_DMA_MACROS) && !defined(_NTHAL_)
|
#if !defined(USE_DMA_MACROS) && !defined(_NTHAL_)
|
||||||
#define USE_DMA_MACROS
|
#define USE_DMA_MACROS
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_LEGACY_DRIVERS
|
#if !defined(NO_LEGACY_DRIVERS) && !defined(__REACTOS__)
|
||||||
#define NO_LEGACY_DRIVERS
|
#define NO_LEGACY_DRIVERS
|
||||||
#endif
|
#endif
|
||||||
#endif /* defined(_WIN64) */
|
#endif /* defined(_WIN64) */
|
||||||
|
|
|
@ -131,7 +131,7 @@ extern "C" {
|
||||||
#if !defined(USE_DMA_MACROS) && !defined(_NTHAL_)
|
#if !defined(USE_DMA_MACROS) && !defined(_NTHAL_)
|
||||||
#define USE_DMA_MACROS
|
#define USE_DMA_MACROS
|
||||||
#endif
|
#endif
|
||||||
#ifndef NO_LEGACY_DRIVERS
|
#if !defined(NO_LEGACY_DRIVERS) && !defined(__REACTOS__)
|
||||||
#define NO_LEGACY_DRIVERS
|
#define NO_LEGACY_DRIVERS
|
||||||
#endif
|
#endif
|
||||||
#endif /* defined(_WIN64) */
|
#endif /* defined(_WIN64) */
|
||||||
|
|
Loading…
Reference in a new issue