mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[EXTRAC32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
9e0ce10ccb
commit
8ac662291e
2 changed files with 4 additions and 4 deletions
|
@ -19,14 +19,14 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#include <setupapi.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(extrac32);
|
||||
|
||||
|
|
|
@ -234,7 +234,7 @@ reactos/base/applications/cmdutils/wmic # Synced to WineStaging-3.3
|
|||
reactos/base/applications/cmdutils/wscript # Synced to WineStaging-3.3
|
||||
reactos/base/applications/cmdutils/xcopy # Synced to WineStaging-3.3
|
||||
reactos/base/applications/games/winmine # Synced to WineStaging-2.16 with our own resources.
|
||||
reactos/base/applications/extrac32 # Synced to WineStaging-2.9
|
||||
reactos/base/applications/extrac32 # Synced to WineStaging-3.3
|
||||
reactos/base/applications/iexplore # Synced to WineStaging-2.9
|
||||
reactos/base/applications/notepad # Forked at Wine-20041201
|
||||
reactos/base/applications/regedit # Out of sync
|
||||
|
|
Loading…
Reference in a new issue