mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
36
base/applications/taskmgr/precomp.h
Normal file
36
base/applications/taskmgr/precomp.h
Normal file
|
@ -0,0 +1,36 @@
|
|||
#ifndef __PRECOMP_H
|
||||
#define __PRECOMP_H
|
||||
|
||||
#ifndef UNICODE
|
||||
#error Task-Manager uses NDK functions, so it can only be compiled with Unicode support enabled!
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <winreg.h>
|
||||
#include <commctrl.h>
|
||||
#include <shellapi.h>
|
||||
|
||||
#include "column.h"
|
||||
#include "taskmgr.h"
|
||||
#include "perfdata.h"
|
||||
#include "procpage.h"
|
||||
#include "applpage.h"
|
||||
#include "dbgchnl.h"
|
||||
#include "endproc.h"
|
||||
#include "graph.h"
|
||||
#include "graphctl.h"
|
||||
#include "optnmenu.h"
|
||||
#include "run.h"
|
||||
#include "trayicon.h"
|
||||
#include "shutdown.h"
|
||||
|
||||
#endif /* __PRECOMP_H */
|
Loading…
Add table
Add a link
Reference in a new issue