mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[COMDLG32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
45ed51c1ba
commit
da5f10af77
7 changed files with 54 additions and 15 deletions
|
@ -19,12 +19,19 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <windows.h>
|
||||
#include <wine/test.h>
|
||||
|
||||
#include <shlguid.h>
|
||||
#include <shobjidl.h>
|
||||
#include <ole2.h>
|
||||
#include "shlguid.h"
|
||||
#define COBJMACROS
|
||||
#include "shobjidl.h"
|
||||
#include "commdlg.h"
|
||||
#include "cderr.h"
|
||||
#include "dlgs.h"
|
||||
|
||||
#ifdef __REACTOS__
|
||||
#include <reactos/undocuser.h>
|
||||
#endif
|
||||
|
||||
/* ##### */
|
||||
|
||||
|
|
|
@ -19,7 +19,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include "windows.h"
|
||||
#include "commdlg.h"
|
||||
#include "cderr.h"
|
||||
#include "wine/test.h"
|
||||
|
||||
static UINT ID_FINDMSGSTRING;
|
||||
|
||||
|
|
|
@ -19,9 +19,19 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <winspool.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "wingdi.h"
|
||||
#include "winspool.h"
|
||||
#include "winuser.h"
|
||||
#include "objbase.h"
|
||||
|
||||
#include "commdlg.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
static int get_dpiy(void)
|
||||
{
|
||||
|
|
|
@ -19,10 +19,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#define COBJMACROS
|
||||
#define CONST_VTABLE
|
||||
|
||||
#include <wincon.h>
|
||||
#include <shlobj.h>
|
||||
#include "shlobj.h"
|
||||
#include "wine/test.h"
|
||||
|
||||
#define IDT_CHANGEFILETYPE 500
|
||||
#define IDT_CLOSEDIALOG 501
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
#ifndef _COMDLG32_WINETEST_PRECOMP_H_
|
||||
#define _COMDLG32_WINETEST_PRECOMP_H_
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#define COBJMACROS
|
||||
#define CONST_VTABLE
|
||||
|
||||
#include <windows.h>
|
||||
#include <wine/test.h>
|
||||
|
||||
#include <wingdi.h>
|
||||
|
|
|
@ -20,7 +20,25 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#define COBJMACROS
|
||||
#define CONST_VTABLE
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winerror.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "objbase.h"
|
||||
|
||||
#include "cderr.h"
|
||||
#include "commdlg.h"
|
||||
#include "dlgs.h"
|
||||
#include "winspool.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
/* ########################### */
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
#include "windef.h"
|
||||
#include "winuser.h"
|
||||
|
||||
TEMPLATE1 DIALOG 5, 43, 227, 215
|
||||
STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue