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