The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / 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 /* INCLUDES ******************************************************************/
10
11 /* SDK/DDK/NDK Headers. */
12 #define WIN32_NO_STATUS
13 #include <windows.h>
14 #define NTOS_MODE_USER
15 #include <ndk/ntndk.h>
16
17 #include <sm/helper.h>
18