mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:42:07 +00:00
[ADVPACK_WINETEST]
* Sync with Wine 1.5.26. svn path=/trunk/; revision=59103
This commit is contained in:
parent
8b282e0026
commit
10e6d3b971
4 changed files with 28 additions and 11 deletions
|
@ -19,12 +19,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
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <windows.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <objbase.h>
|
||||
#include <advpub.h>
|
||||
#include <assert.h>
|
||||
#include "wine/test.h"
|
||||
#include <wine/test.h>
|
||||
|
||||
/* defines for the TranslateInfString/Ex tests */
|
||||
#define TEST_STRING1 "\\Application Name"
|
||||
|
|
|
@ -18,11 +18,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
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <objbase.h>
|
||||
#include <advpub.h>
|
||||
#include <fci.h>
|
||||
#include "wine/test.h"
|
||||
#include <wine/test.h>
|
||||
|
||||
/* make the max size large so there is only one cab file */
|
||||
#define MEDIA_SIZE 999999999
|
||||
|
|
|
@ -18,10 +18,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
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <objbase.h>
|
||||
#include <advpub.h>
|
||||
#include "wine/test.h"
|
||||
#include <wine/test.h>
|
||||
|
||||
static HMODULE hAdvPack;
|
||||
/* function pointers */
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
#include <wine/test.h>
|
||||
|
||||
extern void func_advpack(void);
|
||||
extern void func_files(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue