mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
Revert my last commits that break build.
Revert "[PSDK][AFD][VGADDI] Further build and MS PSDK compatibility fixes." This reverts commit99efc2ae50
. Revert "[PSDK] Sync winresrc.h with wine-8.20" This reverts commit3e83562aa7
. Revert "[OSK][PROGMAN] Fix resource file build." This reverts commit84e4ad0a82
. Revert "[PSDK] Use the new .rh files in winresrc.h" This reverts commitf6fb7c48c9
.
This commit is contained in:
parent
99efc2ae50
commit
c77a5ff99b
11 changed files with 43 additions and 122 deletions
|
@ -157,7 +157,7 @@ typedef struct _BATTERY_STATUS {
|
|||
LONG Rate;
|
||||
} BATTERY_STATUS, *PBATTERY_STATUS;
|
||||
|
||||
#ifndef _WINDOWS_
|
||||
#ifndef _WINDOWS_H
|
||||
|
||||
/* BATTERY_MINIPORT_INFO.XxxVersion */
|
||||
#define BATTERY_CLASS_MAJOR_VERSION 0x0001
|
||||
|
@ -388,7 +388,7 @@ NTAPI
|
|||
BatteryClassUnload(
|
||||
_In_ PVOID ClassData);
|
||||
|
||||
#endif /* _WINDOWS_ */
|
||||
#endif /* _WINDOWS_H */
|
||||
|
||||
#endif /* _BATCLASS_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue