* Sync up to trunk head (r64939).
[reactos.git] / dll / win32 / newdev / newdev_private.h
index 09475d4..baf570c 100644 (file)
@@ -1,18 +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 <windows.h>
+
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+#include <wingdi.h>
+#include <winuser.h>
 #include <windowsx.h>
-#include <commctrl.h>
 #include <newdev.h>
 #include <regstr.h>
-#include <setupapi.h>
-#include <cfgmgr32.h>
-#include <shlobj.h>
-#include <wine/debug.h>
+#include <dll/newdevp.h>
 
-#include <stdio.h>
+#include <wine/debug.h>
+WINE_DEFAULT_DEBUG_CHANNEL(newdev);
 
 #include "resource.h"
 
@@ -21,6 +29,7 @@ extern HINSTANCE hDllInstance;
 typedef struct _DEVINSTDATA
 {
        HFONT hTitleFont;
+       BOOL bUpdate;
        PBYTE buffer;
        DWORD requiredSize;
        DWORD regDataType;