mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[REG] Sync with Wine Staging 3.17. CORE-15127
This commit is contained in:
parent
f2df3bf079
commit
5260a37425
3 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||
add_definitions(-D_WIN32_WINNT=0x600)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
add_executable(reg export.c import.c reg.c reg.rc)
|
||||
set_module_type(reg win32cui UNICODE)
|
||||
target_link_libraries(reg wine)
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "resource.h"
|
||||
|
||||
#define ARRAY_SIZE(A) (sizeof(A)/sizeof(*A))
|
||||
#define MAX_SUBKEY_LEN 257
|
||||
|
||||
/* reg.c */
|
||||
|
|
|
@ -227,7 +227,7 @@ reactos/win32ss/printing/monitors/localmon/ui/ # Synced to WineStaging-3.3 (kno
|
|||
ReactOS shares the following programs with Winehq.
|
||||
|
||||
reactos/base/applications/cmdutils/cscript # Synced to WineStaging-3.17
|
||||
reactos/base/applications/cmdutils/reg # Synced to WineStaging-3.9
|
||||
reactos/base/applications/cmdutils/reg # Synced to WineStaging-3.17
|
||||
reactos/base/applications/cmdutils/schtasks # Synced to WineStaging-3.3
|
||||
reactos/base/applications/cmdutils/taskkill # Synced to WineStaging-3.3
|
||||
reactos/base/applications/cmdutils/wmic # Synced to WineStaging-3.3
|
||||
|
|
Loading…
Reference in a new issue