2006-11-08 11:47:44 +00:00
|
|
|
/*
|
2022-10-20 18:03:56 +00:00
|
|
|
* PROJECT: ReactOS NT-Compatible Session Manager
|
|
|
|
* LICENSE: BSD 2-Clause License (https://spdx.org/licenses/BSD-2-Clause)
|
|
|
|
* PURPOSE: SMSS Client Library (SMLIB) Header
|
|
|
|
* COPYRIGHT: Copyright 2012-2013 Alex Ionescu <alex.ionescu@reactos.org>
|
2006-11-08 11:47:44 +00:00
|
|
|
*/
|
|
|
|
|
2014-02-07 16:58:53 +00:00
|
|
|
#ifndef _SMLIB_PCH_
|
|
|
|
#define _SMLIB_PCH_
|
2006-11-08 11:47:44 +00:00
|
|
|
|
|
|
|
#define NTOS_MODE_USER
|
2011-08-17 14:04:33 +00:00
|
|
|
#include <ndk/lpctypes.h>
|
|
|
|
#include <ndk/lpcfuncs.h>
|
|
|
|
#include <ndk/obfuncs.h>
|
|
|
|
#include <ndk/rtlfuncs.h>
|
2006-11-08 11:47:44 +00:00
|
|
|
|
2022-10-20 18:03:56 +00:00
|
|
|
#include <sm/ns.h>
|
|
|
|
#include <sm/smmsg.h>
|
2006-11-08 11:47:44 +00:00
|
|
|
|
2014-02-07 16:58:53 +00:00
|
|
|
#endif /* _SMLIB_PCH_ */
|