mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed syntax error
svn path=/trunk/; revision=962
This commit is contained in:
parent
3cd7e191a4
commit
c41488b99a
1 changed files with 1 additions and 1 deletions
|
@ -4008,7 +4008,7 @@ typedef struct _SYSTEM_POWER_STATUS {
|
|||
DWORD BatteryLifeTime;
|
||||
DWORD BatteryFullLifeTime;
|
||||
} SYSTEM_POWER_STATUS;
|
||||
typedef struct SYSTEM_POWER_STATUS *LPSYSTEM_POWER_STATUS;
|
||||
typedef SYSTEM_POWER_STATUS *LPSYSTEM_POWER_STATUS;
|
||||
|
||||
typedef struct _TAPE_ERASE {
|
||||
ULONG Type;
|
||||
|
|
Loading…
Reference in a new issue