mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 19:22:24 +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:
parent
23d5e232d6
commit
dd0655b3f5
3 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue