mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[SHDOCVW] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
d44df9b83d
commit
09ad24e1f4
5 changed files with 4 additions and 8 deletions
|
@ -2,8 +2,6 @@
|
|||
#ifndef _SHDOCVW_PRECOMP_H
|
||||
#define _SHDOCVW_PRECOMP_H
|
||||
|
||||
#include <wine/config.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "shlobj.h"
|
||||
#include "exdisp.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/heap.h"
|
||||
#include "wine/list.h"
|
||||
|
||||
|
|
|
@ -20,17 +20,17 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
#include "shdocvw.h"
|
||||
|
||||
#include "winreg.h"
|
||||
#ifdef __REACTOS__
|
||||
#include "winnls.h"
|
||||
#endif
|
||||
#include "shlwapi.h"
|
||||
#include "wininet.h"
|
||||
#include "isguids.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "shdocvw.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
|
||||
|
|
|
@ -172,7 +172,7 @@ dll/win32/security # Forked (different .spec)
|
|||
dll/win32/sensapi # Synced to WineStaging-4.18
|
||||
dll/win32/setupapi # Forked at Wine-20050524
|
||||
dll/win32/shdoclc # Synced to WineStaging-3.3
|
||||
dll/win32/shdocvw # Synced to WineStaging-4.0
|
||||
dll/win32/shdocvw # Synced to WineStaging-4.18
|
||||
dll/win32/shell32 # Forked at Wine-20071011
|
||||
dll/win32/shfolder # Synced to WineStaging-3.3
|
||||
dll/win32/shlwapi # Synced to WineStaging-3.3
|
||||
|
|
Loading…
Reference in a new issue