2006-11-08 11:47:44 +00:00
|
|
|
/*
|
|
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
|
|
* PROJECT: ReactOS System Libraries
|
|
|
|
* FILE: lib/smlib/precomp.h
|
|
|
|
* PURPOSE: SMLIB Library Header
|
|
|
|
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
|
|
|
*/
|
|
|
|
|
2014-02-07 16:58:53 +00:00
|
|
|
#ifndef _SMLIB_PCH_
|
|
|
|
#define _SMLIB_PCH_
|
2006-11-08 11:47:44 +00:00
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winreg.h>
|
2006-11-08 11:47:44 +00:00
|
|
|
#define NTOS_MODE_USER
|
2011-08-17 14:04:33 +00:00
|
|
|
#include <ndk/cmfuncs.h>
|
|
|
|
#include <ndk/lpctypes.h>
|
|
|
|
#include <ndk/lpcfuncs.h>
|
|
|
|
#include <ndk/obfuncs.h>
|
|
|
|
#include <ndk/rtlfuncs.h>
|
2006-11-08 11:47:44 +00:00
|
|
|
|
|
|
|
#include <sm/helper.h>
|
|
|
|
|
2014-02-07 16:58:53 +00:00
|
|
|
#endif /* _SMLIB_PCH_ */
|