mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Fix acpi really.
svn path=/branches/cmake-bringup/; revision=50795
This commit is contained in:
parent
8981bb0251
commit
ab7c42e1cc
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ Bus_PDO_Power (
|
|||
return status;
|
||||
}
|
||||
|
||||
#if !defined(NDEBUG) && !defined(_MSC_VER)
|
||||
#if !defined(NDEBUG) || defined(_MSC_VER)
|
||||
|
||||
PCHAR
|
||||
PowerMinorFunctionString (
|
||||
|
|
Loading…
Reference in a new issue