[LOCALUI] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 25 Mar 2018 11:47:19 +0000 (12:47 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 25 Mar 2018 11:47:19 +0000 (12:47 +0100)
media/doc/README.WINE
win32ss/printing/monitors/localmon/ui/localui.c
win32ss/printing/monitors/localmon/ui/localui.h
win32ss/printing/monitors/localmon/ui/localui.rc

index c8603c6..1fdf308 100644 (file)
@@ -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.
 
index 3f16ddb..9fb975c 100644 (file)
  * 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);
index 7b59a26..25424da 100644 (file)
@@ -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
index e1da134..9fa42f6 100644 (file)
@@ -19,9 +19,6 @@
  *
  */
 
-#include <windef.h>
-#include <winuser.h>
-
 #include "localui.h"
 
 #define WINE_FILENAME_STR "localui.dll"