mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[SCRRUN]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61806
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <winver.h>
|
||||
#include <olectl.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
struct folder {
|
||||
IFolder IFolder_iface;
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#ifndef _SCRRUN_PRIVATE_H_
|
||||
#define _SCRRUN_PRIVATE_H_
|
||||
|
||||
#include <config.h>
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -31,13 +31,12 @@
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#include <objbase.h>
|
||||
#include <oleauto.h>
|
||||
#include <dispex.h>
|
||||
#include <scrrun.h>
|
||||
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(scrrun);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user