* Sync up to trunk head (r64829).
[reactos.git] / dll / win32 / mstask / mstask_private.h
index 6ef0cae..b8f5042 100644 (file)
 #ifndef __MSTASK_PRIVATE_H__
 #define __MSTASK_PRIVATE_H__
 
+#include <stdarg.h>
+
 #define WIN32_NO_STATUS
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
 
-#include <stdarg.h>
-
 #define COBJMACROS
 
 #include <windef.h>
 #include <winbase.h>
-//#include "winuser.h"
-#include <ole2.h>
+#include <objbase.h>
 #include <mstask.h>
 
+#include <wine/debug.h>
+WINE_DEFAULT_DEBUG_CHANNEL(mstask);
+
 extern LONG dll_ref DECLSPEC_HIDDEN;
 
 typedef struct ClassFactoryImpl ClassFactoryImpl;