Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 #ifndef __CMD_PRECOMP_H 00002 #define __CMD_PRECOMP_H 00003 00004 #ifdef _MSC_VER 00005 #pragma warning ( disable : 4103 ) /* use #pragma pack to change alignment */ 00006 #undef _CRT_SECURE_NO_DEPRECATE 00007 #define _CRT_SECURE_NO_DEPRECATE 00008 #endif//_MSC_VER 00009 00010 #include <stdlib.h> 00011 #include <malloc.h> 00012 #define WIN32_NO_STATUS 00013 #include <windows.h> 00014 #include <winnt.h> 00015 #include <shellapi.h> 00016 00017 #include <tchar.h> 00018 #include <direct.h> 00019 00020 #include <ctype.h> 00021 #include <string.h> 00022 #include <stdio.h> 00023 #include <stdarg.h> 00024 #include <math.h> 00025 #include <time.h> 00026 #include <assert.h> 00027 00028 #define NTOS_MODE_USER 00029 #include <ndk/rtlfuncs.h> 00030 00031 #include "resource.h" 00032 00033 #include "cmd.h" 00034 #include "config.h" 00035 #include "batch.h" 00036 00037 #include <wine/debug.h> 00038 WINE_DEFAULT_DEBUG_CHANNEL(cmd); 00039 #ifdef UNICODE 00040 #define debugstr_aw debugstr_w 00041 #else 00042 #define debugstr_aw debugstr_a 00043 #endif 00044 00045 #endif /* __CMD_PRECOMP_H */ Generated on Fri May 25 2012 04:14:46 for ReactOS by
1.7.6.1
|