[NTOSKRNL]
[reactos.git] / reactos / base / applications / logoff / precomp.h
1 #ifndef __SHUTDOWN_PRECOMP_H
2 #define __SHUTDOWN_PRECOMP_H
3
4 #include <stdarg.h>
5 #include <windef.h>
6 #include <winbase.h>
7 #include <winuser.h>
8
9 #include <stdio.h>
10 //#include <stdlib.h>
11 #include <tchar.h>
12 //#include <reason.h> //shutdown codes
13
14 #include "resource.h"
15
16 // misc.c
17 INT AllocAndLoadString(OUT LPTSTR *lpTarget,
18 IN HINSTANCE hInst,
19 IN UINT uID);
20
21 #endif