mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[SHDOCLC] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
22d7799b34
commit
1d85a7bfbd
3 changed files with 4 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2005 Jacek Caban
|
* Copyright 2005-2006 Jacek Caban
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -16,10 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <windef.h>
|
|
||||||
//#include "winuser.h"
|
|
||||||
#include <mshtmcid.h>
|
|
||||||
|
|
||||||
#include "shdoclc.h"
|
#include "shdoclc.h"
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#include <windef.h>
|
#include <windef.h>
|
||||||
//#include <mshtmcid.h>
|
#include <mshtmcid.h>
|
||||||
|
|
||||||
#define IDS_MESSAGE_BOX_TITLE 2213
|
#define IDS_MESSAGE_BOX_TITLE 2213
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,7 @@ reactos/dll/win32/secur32 # Forked
|
||||||
reactos/dll/win32/security # Forked (different .spec)
|
reactos/dll/win32/security # Forked (different .spec)
|
||||||
reactos/dll/win32/sensapi # Synced to WineStaging-3.3
|
reactos/dll/win32/sensapi # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/setupapi # Forked at Wine-20050524
|
reactos/dll/win32/setupapi # Forked at Wine-20050524
|
||||||
reactos/dll/win32/shdoclc # Synced to WineStaging-2.9
|
reactos/dll/win32/shdoclc # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/shdocvw # Synced to Wine-3.0
|
reactos/dll/win32/shdocvw # Synced to Wine-3.0
|
||||||
reactos/dll/win32/shell32 # Forked at Wine-20071011
|
reactos/dll/win32/shell32 # Forked at Wine-20071011
|
||||||
reactos/dll/win32/shfolder # Synced to WineStaging-2.9
|
reactos/dll/win32/shfolder # Synced to WineStaging-2.9
|
||||||
|
|
Loading…
Reference in a new issue