Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 #ifndef __PRECOMP_H 00002 #define __PRECOMP_H 00003 00004 #ifndef UNICODE 00005 #error Task-Manager uses NDK functions, so it can only be compiled with Unicode support enabled! 00006 #endif 00007 00008 #include <ctype.h> 00009 #include <math.h> 00010 #include <stdlib.h> 00011 #include <stdio.h> 00012 00013 #define WIN32_NO_STATUS 00014 #include <windows.h> 00015 #define NTOS_MODE_USER 00016 #include <ndk/exfuncs.h> 00017 #include <aclapi.h> 00018 #include <commctrl.h> 00019 #include <shellapi.h> 00020 00021 #include "column.h" 00022 #include "taskmgr.h" 00023 #include "perfdata.h" 00024 #include "perfpage.h" 00025 #include "about.h" 00026 #include "procpage.h" 00027 #include "proclist.h" 00028 #include "affinity.h" 00029 #include "applpage.h" 00030 #include "dbgchnl.h" 00031 #include "debug.h" 00032 #include "endproc.h" 00033 #include "graph.h" 00034 #include "graphctl.h" 00035 #include "optnmenu.h" 00036 #include "priority.h" 00037 #include "run.h" 00038 #include "trayicon.h" 00039 00040 #endif /* __PRECOMP_H */ Generated on Fri May 25 2012 04:14:46 for ReactOS by
1.7.6.1
|