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)
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* INCLUDES ******************************************************************/
|
|
|
|
|
|
|
|
/* SDK/DDK/NDK Headers. */
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#include <windows.h>
|
|
|
|
#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>
|
|
|
|
|