mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:33:01 +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,7 +118,11 @@
|
|||
|
||||
/*! [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 !*/
|
||||
|
||||
#define ACPI_MACHINE_WIDTH 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue