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