mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[SHELL32:WINE] Make the wine-imported files include shell32_main.h
This commit is contained in:
parent
72b405549c
commit
52dd07febd
6 changed files with 13 additions and 6 deletions
|
@ -36,12 +36,13 @@
|
|||
#include <winuser.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
#include "undocshell.h"
|
||||
#include <undocshell.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include "shell32_main.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(appbar);
|
||||
|
||||
struct appbar_cmd
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "pidl.h"
|
||||
#include "shell32_main.h"
|
||||
#include "shresdef.h"
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#include <shlwapi.h>
|
||||
#include "ui/layout.h" /* Resizable window */
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include "shell32_main.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||
|
||||
/**************************************************************************
|
||||
|
|
|
@ -30,13 +30,15 @@
|
|||
#include <shlwapi.h>
|
||||
#include <shellapi.h>
|
||||
#define COBJMACROS
|
||||
#include <shlobj.h>
|
||||
#include <shobjidl.h>
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include <strsafe.h>
|
||||
|
||||
#include "cpanel.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "shell32_main.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shlctrl);
|
||||
|
||||
|
|
|
@ -29,9 +29,10 @@
|
|||
#include <winbase.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "shell32_main.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||
|
||||
/*************************************************************************
|
||||
|
|
|
@ -25,12 +25,12 @@
|
|||
#include <winbase.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <undocshell.h>
|
||||
#include <shlwapi_undoc.h>
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "shell32_main.h"
|
||||
#include "undocshell.h"
|
||||
#include "shlwapi_undoc.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||
|
||||
|
|
Loading…
Reference in a new issue