mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[LOGOFF]
* Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. * Remove useless NDEBUG define. CORE-7716 svn path=/trunk/; revision=61549
This commit is contained in:
parent
b8c40cc9f4
commit
fb0c40987e
2 changed files with 6 additions and 8 deletions
|
@ -11,9 +11,11 @@
|
|||
* with Windows' system32\logoff.exe commandline application.
|
||||
*/
|
||||
|
||||
#define NDEBUG
|
||||
#include "precomp.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
|
||||
//Commandline argument switches
|
||||
LPTSTR szRemoteServerName = NULL;
|
||||
BOOL bVerbose;
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue