mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[LOCALUI] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
88d3620955
commit
407c54bae3
4 changed files with 12 additions and 19 deletions
|
@ -222,7 +222,7 @@ reactos/dll/win32/xmllite # Synced to WineStaging-3.3
|
|||
|
||||
reactos/dll/cpl/inetcpl # Synced to WineStaging-3.3
|
||||
|
||||
reactos/win32ss/printing/monitors/localmon/ui/ # Synced to WineStaging-2.9 (known there as /dll/win32/localui)
|
||||
reactos/win32ss/printing/monitors/localmon/ui/ # Synced to WineStaging-3.3 (known there as /dll/win32/localui)
|
||||
|
||||
ReactOS shares the following programs with Winehq.
|
||||
|
||||
|
|
|
@ -18,23 +18,19 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winreg.h"
|
||||
#include "winuser.h"
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winreg.h>
|
||||
#include <winuser.h>
|
||||
#include "winspool.h"
|
||||
#include "ddk/winsplp.h"
|
||||
|
||||
#include <winspool.h>
|
||||
#include <ddk/winsplp.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
#include "localui.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(localui);
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
#ifndef __WINE_LOCALUI__
|
||||
#define __WINE_LOCALUI__
|
||||
|
||||
//#include <windef.h>
|
||||
//#include <winuser.h>
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
/* ## Resource-ID ## */
|
||||
#define ADDPORT_DIALOG 100
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include "localui.h"
|
||||
|
||||
#define WINE_FILENAME_STR "localui.dll"
|
||||
|
|
Loading…
Reference in a new issue