mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:02:16 +00:00
Build fix.
svn path=/trunk/; revision=55587
This commit is contained in:
parent
138580f9c6
commit
9cd61471e9
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#ifndef _SRV_H
|
||||
#define _SRV_H
|
||||
|
||||
/* PSDK/NDK Headers */
|
||||
#define NTOS_MODE_USER
|
||||
|
@ -391,3 +392,4 @@ CsrThreadRefcountZero(IN PCSR_THREAD CsrThread);
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
CsrSetDirectorySecurity(IN HANDLE ObjectDirectory);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue