mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WRITE] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
e289916aaa
commit
905c9ea7b1
4 changed files with 9 additions and 9 deletions
|
@ -16,6 +16,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <windef.h>
|
||||
#ifdef __REACTOS__
|
||||
#include <winuser.h>
|
||||
#endif
|
||||
|
||||
#define IDS_FAILED 101
|
||||
|
|
|
@ -16,9 +16,6 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include "resources.h"
|
||||
|
||||
#include <reactos/manifest_exe.rc>
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include "resources.h"
|
||||
|
||||
static const WCHAR SZ_WORDPAD[] = {'\\','w','o','r','d','p','a','d','.','e','x','e',0};
|
||||
|
|
|
@ -240,7 +240,7 @@ reactos/base/applications/notepad # Forked at Wine-20041201
|
|||
reactos/base/applications/regedit # Out of sync
|
||||
reactos/base/applications/winhlp32 # Synced to WineStaging-3.3
|
||||
reactos/base/applications/wordpad # Synced to WineStaging-1.9.16
|
||||
reactos/base/applications/write # Synced to WineStaging-2.9
|
||||
reactos/base/applications/write # Synced to WineStaging-3.3
|
||||
reactos/base/services/rpcss # Synced to WineStaging-1.9.16
|
||||
reactos/base/system/expand # Synced to WineStaging-2.9
|
||||
reactos/base/system/msiexec # Synced to WineStaging-2.16
|
||||
|
|
Loading…
Reference in a new issue