mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[SYSSETUP]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61818
This commit is contained in:
parent
b0f8149ac2
commit
45f68df5a1
8 changed files with 21 additions and 20 deletions
|
@ -11,7 +11,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
HINSTANCE hDllInstance;
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
BOOL WINAPI
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef struct _TZ_INFO
|
||||
{
|
||||
|
|
|
@ -28,7 +28,14 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <tchar.h>
|
||||
#include <wincon.h>
|
||||
#include <winsvc.h>
|
||||
#include <userenv.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <rpcproxy.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
/* GLOBALS ******************************************************************/
|
||||
|
||||
HANDLE hLogFile = NULL;
|
||||
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
BOOL WINAPI
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
|
@ -8,26 +8,12 @@
|
|||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winsvc.h>
|
||||
#include <winnls.h>
|
||||
#include <winuser.h>
|
||||
#include <windowsx.h>
|
||||
#include <wincon.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <setupapi.h>
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
#include <syssetup/syssetup.h>
|
||||
#include <userenv.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <time.h>
|
||||
#include <ntlsa.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <ntsam.h>
|
||||
#include <sddl.h>
|
||||
#include <pseh/pseh2.h>
|
||||
|
||||
#include "globals.h"
|
||||
#include "resource.h"
|
||||
|
|
|
@ -10,10 +10,14 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ntlsa.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <ntsam.h>
|
||||
#include <sddl.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
NTSTATUS
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <winnls.h>
|
||||
#include <windowsx.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue