mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 16:10:18 +00:00
[BROWSEUI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
3c1b7834e1
commit
d5b576b271
2 changed files with 11 additions and 18 deletions
|
@ -17,22 +17,18 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#define COBJMACROS
|
||||
|
||||
#include <wine/test.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
//#include <stdarg.h>
|
||||
#include <winnls.h>
|
||||
//#include <initguid.h>
|
||||
#include <initguid.h>
|
||||
#include <windows.h>
|
||||
#include <shlobj.h>
|
||||
//#include <shldisp.h>
|
||||
//#include <shlwapi.h>
|
||||
//#include <shlguid.h>
|
||||
|
||||
#include <shldisp.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlguid.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
#define ole_ok(exp) \
|
||||
{ \
|
||||
|
|
|
@ -17,17 +17,14 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include <wine/test.h>
|
||||
|
||||
//#include <stdarg.h>
|
||||
#include <stdarg.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
|
||||
static void test_IProgressDialog_QueryInterface(void)
|
||||
{
|
||||
IProgressDialog *dlg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue