[PRINTUI] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-21 13:07:10 +01:00
parent c0e5146422
commit 28a3cf7b47
3 changed files with 13 additions and 18 deletions

View file

@ -18,26 +18,21 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h> #include <stdarg.h>
#define COBJMACROS #define COBJMACROS
#define NONAMELESSUNION
#include <windef.h> #include "windef.h"
#include <winbase.h> #include "winbase.h"
//#include "wingdi.h" #include "wingdi.h"
//#include "winuser.h" #include "winuser.h"
//#include "winreg.h" #include "winreg.h"
//#include "winver.h" #include "winver.h"
//#include "winnls.h" #include "winnls.h"
#include <shellapi.h> #include "shellapi.h"
#include <wine/unicode.h> #include "wine/unicode.h"
#include <wine/debug.h> #include "wine/debug.h"
#include "printui_private.h" #include "printui_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(printui); WINE_DEFAULT_DEBUG_CHANNEL(printui);

View file

@ -19,7 +19,7 @@
* *
*/ */
//#include "winver.h" #include "winver.h"
#define WINE_FILENAME_STR "printui.dll" #define WINE_FILENAME_STR "printui.dll"
#define WINE_FILEDESCRIPTION_STR "User Interface for Printing" #define WINE_FILEDESCRIPTION_STR "User Interface for Printing"
@ -31,4 +31,4 @@
#define WINE_PRODUCTVERSION 5,1,2600,2180 #define WINE_PRODUCTVERSION 5,1,2600,2180
#define WINE_PRODUCTVERSION_STR "5.1.2600.2180" #define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
#include <wine/wine_common_ver.rc> #include "wine/wine_common_ver.rc"

View file

@ -150,7 +150,7 @@ reactos/dll/win32/olethk32 # Synced to WineStaging-3.3
reactos/dll/win32/pdh # Synced to WineStaging-3.3 reactos/dll/win32/pdh # Synced to WineStaging-3.3
reactos/dll/win32/pidgen # Synced to WineStaging-3.3 reactos/dll/win32/pidgen # Synced to WineStaging-3.3
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5 reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
reactos/dll/win32/printui # Synced to WineStaging-2.9 reactos/dll/win32/printui # Synced to WineStaging-3.3
reactos/dll/win32/propsys # Synced to Wine-3.0 reactos/dll/win32/propsys # Synced to Wine-3.0
reactos/dll/win32/pstorec # Synced to WineStaging-2.2 reactos/dll/win32/pstorec # Synced to WineStaging-2.2
reactos/dll/win32/qmgr # Synced to WineStaging-2.9 reactos/dll/win32/qmgr # Synced to WineStaging-2.9