[MSTASK] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-18 12:39:13 +01:00
parent b6fb6297ad
commit da50a61f0f
9 changed files with 43 additions and 18 deletions

View file

@ -21,19 +21,13 @@
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <windef.h>
#include <winbase.h>
#include <objbase.h>
#include <mstask.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "mstask.h"
extern LONG dll_ref DECLSPEC_HIDDEN;