Build fix.

svn path=/trunk/; revision=55587
This commit is contained in:
Alex Ionescu 2012-02-14 01:38:35 +00:00
parent 138580f9c6
commit 9cd61471e9

View file

@ -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