* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61800
This commit is contained in:
Amine Khaldi 2014-01-25 11:32:30 +00:00
parent 52f491e006
commit 7f3ef2dfd5
3 changed files with 9 additions and 7 deletions

View file

@ -22,6 +22,9 @@
#include "newdev_private.h"
#include <stdio.h>
#include <winnls.h>
/* Global variables */
HINSTANCE hDllInstance;

View file

@ -1,31 +1,26 @@
#ifndef __NEWDEV_PRIVATE_H
#define __NEWDEV_PRIVATE_H
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <winnls.h>
#include <windowsx.h>
#include <wincon.h>
#include <newdev.h>
#include <regstr.h>
#include <cfgmgr32.h>
#include <shlobj.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(newdev);
#include <stdio.h>
#include "resource.h"
extern HINSTANCE hDllInstance;

View file

@ -20,6 +20,10 @@
#include "newdev_private.h"
#include <wincon.h>
#include <cfgmgr32.h>
#include <shlobj.h>
HANDLE hThread;
static VOID