mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Fix build
svn path=/trunk/; revision=39672
This commit is contained in:
parent
c50d26f16b
commit
357d5e75b9
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ typedef enum
|
||||||
KSSTATE_ACQUIRE,
|
KSSTATE_ACQUIRE,
|
||||||
KSSTATE_PAUSE,
|
KSSTATE_PAUSE,
|
||||||
KSSTATE_RUN
|
KSSTATE_RUN
|
||||||
} KSSTATE;
|
} KSSTATE, *PKSSTATE;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue