mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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 BatteryLifeTime;
|
||||||
DWORD BatteryFullLifeTime;
|
DWORD BatteryFullLifeTime;
|
||||||
} SYSTEM_POWER_STATUS;
|
} SYSTEM_POWER_STATUS;
|
||||||
typedef struct SYSTEM_POWER_STATUS *LPSYSTEM_POWER_STATUS;
|
typedef SYSTEM_POWER_STATUS *LPSYSTEM_POWER_STATUS;
|
||||||
|
|
||||||
typedef struct _TAPE_ERASE {
|
typedef struct _TAPE_ERASE {
|
||||||
ULONG Type;
|
ULONG Type;
|
||||||
|
|
Loading…
Reference in a new issue