[NTOS]: Start using colored pages. This will help performance on real systems signifi...
[reactos.git] / base / applications / logoff / precomp.h
1 #ifndef __SHUTDOWN_PRECOMP_H
2 #define __SHUTDOWN_PRECOMP_H
3
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <windows.h>
7 #include <tchar.h>
8 #include <reason.h> //shutdown codes
9 #include "resource.h"
10
11 // misc.c
12 INT AllocAndLoadString(OUT LPTSTR *lpTarget,
13 IN HINSTANCE hInst,
14 IN UINT uID);
15
16 #endif