mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
[ACPICA]
- Hack acwin64.h, don't assume msvc for win64 svn path=/trunk/; revision=47540
This commit is contained in:
parent
997911a7be
commit
cce23ec5f3
1 changed files with 6 additions and 2 deletions
|
@ -118,10 +118,14 @@
|
||||||
|
|
||||||
/*! [Begin] no source code translation (Keep the include) */
|
/*! [Begin] no source code translation (Keep the include) */
|
||||||
|
|
||||||
#include "acintel.h"
|
//#include "acintel.h"
|
||||||
|
// HACK
|
||||||
|
#define INT32 _ACPI_INT32
|
||||||
|
#define UINT32 _ACPI_UINT32
|
||||||
|
|
||||||
/*! [End] no source code translation !*/
|
/*! [End] no source code translation !*/
|
||||||
|
|
||||||
#define ACPI_MACHINE_WIDTH 64
|
#define ACPI_MACHINE_WIDTH 64
|
||||||
|
|
||||||
#define ACPI_USE_STANDARD_HEADERS
|
#define ACPI_USE_STANDARD_HEADERS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue