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

This commit is contained in:
Amine Khaldi 2018-03-09 13:08:05 +01:00
parent b980bb98c2
commit 235892b4a4
4 changed files with 14 additions and 49 deletions

View file

@ -16,25 +16,17 @@
* 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
#define INITGUID
#include <stdio.h>
//#include <windows.h>
#include <windef.h>
#include <winbase.h>
#include <winver.h>
#include <objbase.h>
//#include <mscoree.h>
#include <windows.h>
#include <mscoree.h>
#include <fusion.h>
#include <corerror.h>
#include <wine/test.h>
#include "wine/test.h"
typedef struct _tagASSEMBLY ASSEMBLY;

View file

@ -16,26 +16,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 <stdio.h>
//#include <windows.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winnls.h>
#include <windows.h>
#include <shlwapi.h>
//#include <mscoree.h>
#include <mscoree.h>
#include <fusion.h>
//#include <corerror.h>
#include <corerror.h>
#include <wine/test.h>
#include <wine/list.h>
#include "wine/test.h"
#include "wine/list.h"
static HRESULT (WINAPI *pCreateAssemblyEnum)(IAssemblyEnum **pEnum,
IUnknown *pUnkReserved,

View file

@ -16,26 +16,17 @@
* 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 <stdio.h>
#include <stdarg.h>
#include <stdio.h>
//#include <windows.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <objbase.h>
//#include <mscoree.h>
#include <windows.h>
#include <mscoree.h>
#include <fusion.h>
#include <corerror.h>
#include <strsafe.h>
#include <wine/test.h>
#include "wine/test.h"
/* ok-like statement which takes two unicode strings or one unicode and one ANSI string as arguments */
static CHAR string1[MAX_PATH];

View file

@ -16,20 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
//#include <windows.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <objbase.h>
#include <windows.h>
#include <fusion.h>
#include <wine/test.h>
#include "wine/test.h"
static HMODULE hmscoree;