mirror of
https://github.com/reactos/reactos.git
synced 2024-12-04 08:53:32 +08:00
[MSTASK]
* Move some inclusions to the main header. * Set the default debugging channel globally through the main header. * Remove inclusions and definitions that already exist in the main header. CORE-7716 svn path=/trunk/; revision=61418
This commit is contained in:
parent
83cc61d079
commit
61bfe69c9b
@ -17,9 +17,6 @@
|
||||
*/
|
||||
|
||||
#include "mstask_private.h"
|
||||
#include <wine/debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
|
||||
|
||||
struct ClassFactoryImpl
|
||||
{
|
||||
|
@ -16,17 +16,10 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
//#include <stdio.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;
|
||||
|
||||
|
@ -19,20 +19,22 @@
|
||||
#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;
|
||||
|
@ -17,9 +17,6 @@
|
||||
*/
|
||||
|
||||
#include "mstask_private.h"
|
||||
#include <wine/debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -16,15 +16,9 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include "mstask_private.h"
|
||||
|
||||
#include <corerror.h>
|
||||
#include "mstask_private.h"
|
||||
#include <wine/debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -16,16 +16,9 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <winternl.h>
|
||||
#include "mstask_private.h"
|
||||
#include <wine/debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mstask);
|
||||
#include <winternl.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user