ReactOS 0.4.15-dev-7958-gcd0bb1a
acwin64.h File Reference

Go to the source code of this file.

Macros

#define ACPI_USE_STANDARD_HEADERS
 
#define ACPI_USE_SYSTEM_CLIBRARY
 
#define _CRT_SECURE_NO_WARNINGS
 
#define _CRT_NONSTDC_NO_DEPRECATE
 
#define ACPI_MACHINE_WIDTH   64
 
#define open   _open
 
#define read   _read
 
#define write   _write
 
#define close   _close
 
#define stat   _stat
 
#define fstat   _fstat
 
#define mkdir   _mkdir
 
#define snprintf   _snprintf
 
#define vsnprintf   _vsnprintf
 
#define O_RDONLY   _O_RDONLY
 
#define O_BINARY   _O_BINARY
 
#define O_CREAT   _O_CREAT
 
#define O_WRONLY   _O_WRONLY
 
#define O_TRUNC   _O_TRUNC
 
#define S_IREAD   _S_IREAD
 
#define S_IWRITE   _S_IWRITE
 
#define S_IFDIR   _S_IFDIR
 
#define ACPI_FLUSH_CPU_CACHE()
 
#define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq)
 
#define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pnd)
 

Macro Definition Documentation

◆ _CRT_NONSTDC_NO_DEPRECATE

#define _CRT_NONSTDC_NO_DEPRECATE

Definition at line 68 of file acwin64.h.

◆ _CRT_SECURE_NO_WARNINGS

#define _CRT_SECURE_NO_WARNINGS

Definition at line 62 of file acwin64.h.

◆ ACPI_ACQUIRE_GLOBAL_LOCK

#define ACPI_ACQUIRE_GLOBAL_LOCK (   GLptr,
  Acq 
)

Definition at line 119 of file acwin64.h.

◆ ACPI_FLUSH_CPU_CACHE

#define ACPI_FLUSH_CPU_CACHE ( )

[Begin] no source code translation

Definition at line 109 of file acwin64.h.

◆ ACPI_MACHINE_WIDTH

#define ACPI_MACHINE_WIDTH   64

Definition at line 72 of file acwin64.h.

◆ ACPI_RELEASE_GLOBAL_LOCK

#define ACPI_RELEASE_GLOBAL_LOCK (   GLptr,
  Pnd 
)

Definition at line 121 of file acwin64.h.

◆ ACPI_USE_STANDARD_HEADERS

#define ACPI_USE_STANDARD_HEADERS

Definition at line 47 of file acwin64.h.

◆ ACPI_USE_SYSTEM_CLIBRARY

#define ACPI_USE_SYSTEM_CLIBRARY

Definition at line 48 of file acwin64.h.

◆ close

#define close   _close

Definition at line 81 of file acwin64.h.

◆ fstat

#define fstat   _fstat

Definition at line 83 of file acwin64.h.

◆ mkdir

#define mkdir   _mkdir

Definition at line 84 of file acwin64.h.

◆ O_BINARY

#define O_BINARY   _O_BINARY

Definition at line 90 of file acwin64.h.

◆ O_CREAT

#define O_CREAT   _O_CREAT

Definition at line 91 of file acwin64.h.

◆ O_RDONLY

#define O_RDONLY   _O_RDONLY

Definition at line 89 of file acwin64.h.

◆ O_TRUNC

#define O_TRUNC   _O_TRUNC

Definition at line 93 of file acwin64.h.

◆ O_WRONLY

#define O_WRONLY   _O_WRONLY

Definition at line 92 of file acwin64.h.

◆ open

#define open   _open

Definition at line 78 of file acwin64.h.

◆ read

#define read   _read

Definition at line 79 of file acwin64.h.

◆ S_IFDIR

#define S_IFDIR   _S_IFDIR

Definition at line 96 of file acwin64.h.

◆ S_IREAD

#define S_IREAD   _S_IREAD

Definition at line 94 of file acwin64.h.

◆ S_IWRITE

#define S_IWRITE   _S_IWRITE

Definition at line 95 of file acwin64.h.

◆ snprintf

#define snprintf   _snprintf

Definition at line 85 of file acwin64.h.

◆ stat

#define stat   _stat

Definition at line 82 of file acwin64.h.

◆ vsnprintf

#define vsnprintf   _vsnprintf

Definition at line 87 of file acwin64.h.

◆ write

#define write   _write

Definition at line 80 of file acwin64.h.