mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +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_PAUSE,
|
||||
KSSTATE_RUN
|
||||
} KSSTATE;
|
||||
} KSSTATE, *PKSSTATE;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue