mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:53:02 +00:00
[MSTASK] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
b6fb6297ad
commit
da50a61f0f
9 changed files with 43 additions and 18 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue