[WUAPI] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / dll / win32 / wuapi / session.c
index 48cdee9..29365dd 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#define COBJMACROS
+
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "winuser.h"
+#include "ole2.h"
+#include "wuapi.h"
+
+#include "wine/debug.h"
 #include "wuapi_private.h"
 
+WINE_DEFAULT_DEBUG_CHANNEL(wuapi);
+
 typedef struct _update_session
 {
     IUpdateSession IUpdateSession_iface;