projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SCEDSVC]
[reactos.git]
/
reactos
/
base
/
services
/
schedsvc
/
precomp.h
1
#ifndef _SCHEDSVC_PCH_
2
#define _SCHEDSVC_PCH_
3
4
#define WIN32_NO_STATUS
5
#define _INC_WINDOWS
6
#define COM_NO_WINDOWS_H
7
#include <stdarg.h>
8
#include <windef.h>
9
#include <winbase.h>
10
#include <winreg.h>
11
#include <winsvc.h>
12
13
#include <ndk/rtlfuncs.h>
14
15
#include <atsvc_s.h>
16
17
#include <wine/debug.h>
18
19
extern
LIST_ENTRY JobListHead
;
20
extern
RTL_RESOURCE JobListLock
;
21
22
DWORD
23
WINAPI
24
RpcThreadRoutine
(
25
LPVOID lpParameter
);
26
27
#endif
/* _SCHEDSVC_PCH_ */