1 /* 2 * PROJECT: ReactOS NT-Compatible Session Manager 3 * LICENSE: BSD 2-Clause License (https://spdx.org/licenses/BSD-2-Clause) 4 * PURPOSE: SMSS Client Library (SMLIB) Header 5 * COPYRIGHT: Copyright 2012-2013 Alex Ionescu <alex.ionescu@reactos.org> 6 */ 7 8 #ifndef _SMLIB_PCH_ 9 #define _SMLIB_PCH_ 10 11 #define NTOS_MODE_USER 12 #include <ndk/lpctypes.h> 13 #include <ndk/lpcfuncs.h> 14 #include <ndk/obfuncs.h> 15 #include <ndk/rtlfuncs.h> 16 17 #include <sm/ns.h> 18 #include <sm/smmsg.h> 19 20 #endif /* _SMLIB_PCH_ */ 21