mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 23:28:18 +00:00
[OLEAUT32]
* Move some inclusions to the main header. CORE-7716 svn path=/trunk/; revision=61801
This commit is contained in:
parent
7f3ef2dfd5
commit
3d7942351b
8 changed files with 3 additions and 15 deletions
|
@ -24,8 +24,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <wine/list.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||
|
||||
/***********************************************************************
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <ole2.h>
|
||||
#include <initguid.h>
|
||||
#include <wincodec.h>
|
||||
|
||||
|
|
|
@ -17,14 +17,15 @@
|
|||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winreg.h>
|
||||
#include <objbase.h>
|
||||
#include <ole2.h>
|
||||
#include <olectl.h>
|
||||
#include <oleauto.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/list.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include "connpt.h"
|
||||
#include "variant.h"
|
||||
#include "resource.h"
|
||||
|
||||
#endif /* _OLEAUT32_PCH_ */
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ole2.h>
|
||||
|
||||
#include "typelib.h"
|
||||
|
||||
#include <wine/exception.h>
|
||||
|
|
|
@ -54,8 +54,6 @@
|
|||
|
||||
#include "typelib.h"
|
||||
|
||||
#include <wine/list.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(typelib);
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <ole2.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ole);
|
||||
|
||||
#define ALIGNED_LENGTH(_Len, _Align) (((_Len)+(_Align))&~(_Align))
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(variant);
|
||||
|
||||
const char * const wine_vtypes[VT_CLSID+1] =
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(variant);
|
||||
|
||||
extern HMODULE hProxyDll DECLSPEC_HIDDEN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue