mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[QEDIT]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61725
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "qedit_private.h"
|
||||
|
||||
#include <rpcproxy.h>
|
||||
|
||||
static HINSTANCE instance;
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
*/
|
||||
|
||||
#include "qedit_private.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <oleauto.h>
|
||||
|
||||
typedef struct MediaDetImpl {
|
||||
IUnknown IUnknown_inner;
|
||||
|
||||
@@ -22,20 +22,16 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define COBJMACROS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "wtypes.h"
|
||||
//#include "wingdi.h"
|
||||
//#include "winuser.h"
|
||||
|
||||
#include <objbase.h>
|
||||
#include <oleauto.h>
|
||||
|
||||
#include <dshow.h>
|
||||
#define __WINE_DDRAW_H /* ROS HACK */
|
||||
#include <qedit.h>
|
||||
|
||||
Reference in New Issue
Block a user