[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

@ -10,7 +10,7 @@ list(APPEND SOURCE
task.c
task_scheduler.c
task_trigger.c
mstask_private.h
precomp.h
${CMAKE_CURRENT_BINARY_DIR}/mstask_local_i.c
${CMAKE_CURRENT_BINARY_DIR}/mstask_stubs.c)
@ -22,5 +22,5 @@ add_library(mstask SHARED
set_module_type(mstask win32dll)
target_link_libraries(mstask uuid wine)
add_importlibs(mstask ole32 msvcrt kernel32 ntdll)
add_pch(mstask mstask_private.h SOURCE)
add_pch(mstask precomp.h SOURCE)
add_cd_file(TARGET mstask DESTINATION reactos/system32 FOR all)

View file

@ -17,6 +17,9 @@
*/
#include "mstask_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
struct ClassFactoryImpl
{

View file

@ -16,9 +16,16 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "mstask_private.h"
#include <stdio.h>
#include <rpcproxy.h>
#include "mstask_private.h"
#include "objbase.h"
#include "rpcproxy.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
static HINSTANCE hInst;
LONG dll_ref = 0;

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;

View file

@ -0,0 +1,13 @@
#ifndef __MSTASK_PRECOMP_H__
#define __MSTASK_PRECOMP_H__
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include "mstask_private.h"
#include <wine/debug.h>
#endif /* !__MSTASK_PRECOMP_H__ */

View file

@ -17,6 +17,9 @@
*/
#include "mstask_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
typedef struct
{

View file

@ -16,9 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "corerror.h"
#include "mstask_private.h"
#include "wine/debug.h"
#include <corerror.h>
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
typedef struct
{

View file

@ -16,9 +16,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include "winternl.h"
#include "mstask_private.h"
#include "wine/debug.h"
#include <winternl.h>
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
typedef struct
{

View file

@ -122,7 +122,7 @@ reactos/dll/win32/mspatcha # Synced to WineStaging-3.3
reactos/dll/win32/msrle32 # Synced to WineStaging-3.3
reactos/dll/win32/mssign32 # Synced to WineStaging-3.3
reactos/dll/win32/mssip32 # Synced to WineStaging-3.3
reactos/dll/win32/mstask # Synced to WineStaging-2.9
reactos/dll/win32/mstask # Synced to WineStaging-3.3
reactos/dll/win32/msvcrt20 # Out of sync
reactos/dll/win32/msvcrt40 # Out of sync
reactos/dll/win32/msvfw32 # Synced to Wine-3.0