Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS System Libraries 00004 * FILE: lib/smlib/precomp.h 00005 * PURPOSE: SMLIB Library Header 00006 * PROGRAMMER: Alex Ionescu (alex@relsoft.net) 00007 */ 00008 00009 /* INCLUDES ******************************************************************/ 00010 00011 /* SDK/DDK/NDK Headers. */ 00012 #define WIN32_NO_STATUS 00013 #include <windows.h> 00014 #define NTOS_MODE_USER 00015 #include <ndk/cmfuncs.h> 00016 #include <ndk/lpctypes.h> 00017 #include <ndk/lpcfuncs.h> 00018 #include <ndk/obfuncs.h> 00019 #include <ndk/rtlfuncs.h> 00020 00021 #include <sm/helper.h> 00022 Generated on Sun May 27 2012 04:16:26 for ReactOS by
1.7.6.1
|