[NtUser]
[reactos.git] / reactos / base / applications / logoff / precomp.h
index 3d287f8..44a8fc4 100644 (file)
@@ -2,20 +2,16 @@
 #define __SHUTDOWN_PRECOMP_H
 
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winuser.h>
 
-#include <stdio.h>
-//#include <stdlib.h>
-#include <tchar.h>
-//#include <reason.h> //shutdown codes
-
 #include "resource.h"
 
-// misc.c
+/* misc.c */
 INT AllocAndLoadString(OUT LPTSTR *lpTarget,
                        IN HINSTANCE hInst,
                        IN UINT uID);
 
-#endif
+#endif /* __SHUTDOWN_PRECOMP_H */