[CONUTILS] Make the headers C++ compatible.
[reactos.git] / sdk / lib / smlib / precomp.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS System Libraries
4 * FILE: lib/smlib/precomp.h
5 * PURPOSE: SMLIB Library Header
6 * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
7 */
8
9 #ifndef _SMLIB_PCH_
10 #define _SMLIB_PCH_
11
12 #define WIN32_NO_STATUS
13 #include <windef.h>
14 #include <winreg.h>
15 #define NTOS_MODE_USER
16 #include <ndk/cmfuncs.h>
17 #include <ndk/lpctypes.h>
18 #include <ndk/lpcfuncs.h>
19 #include <ndk/obfuncs.h>
20 #include <ndk/rtlfuncs.h>
21
22 #include <sm/helper.h>
23
24 #endif /* _SMLIB_PCH_ */