mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 18:48:53 +00:00
fix msi winetest
svn path=/trunk/; revision=26547
This commit is contained in:
parent
039e4a7b2e
commit
2d4262cf8c
7 changed files with 0 additions and 7 deletions
|
@ -24,7 +24,6 @@
|
||||||
#include <msiquery.h>
|
#include <msiquery.h>
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/windef.h"
|
|
||||||
|
|
||||||
static const char *msifile = "winetest.msi";
|
static const char *msifile = "winetest.msi";
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include <msiquery.h>
|
#include <msiquery.h>
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/windef.h"
|
|
||||||
|
|
||||||
static MSIHANDLE helper_createpackage( const char *szName )
|
static MSIHANDLE helper_createpackage( const char *szName )
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#include <fci.h>
|
#include <fci.h>
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/windef.h"
|
|
||||||
|
|
||||||
static const char *msifile = "winetest.msi";
|
static const char *msifile = "winetest.msi";
|
||||||
CHAR CURR_DIR[MAX_PATH];
|
CHAR CURR_DIR[MAX_PATH];
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include <msiquery.h>
|
#include <msiquery.h>
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/windef.h"
|
|
||||||
|
|
||||||
typedef struct test_MSIFILEHASHINFO {
|
typedef struct test_MSIFILEHASHINFO {
|
||||||
ULONG dwFileHashInfoSize;
|
ULONG dwFileHashInfoSize;
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#include <msiquery.h>
|
#include <msiquery.h>
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/windef.h"
|
|
||||||
|
|
||||||
static const char msifile[] = "winetest.msi";
|
static const char msifile[] = "winetest.msi";
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
#include <msiquery.h>
|
#include <msiquery.h>
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/windef.h"
|
|
||||||
|
|
||||||
static BOOL create_temp_file(char *name)
|
static BOOL create_temp_file(char *name)
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include <msiquery.h>
|
#include <msiquery.h>
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/windef.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The following are defined in Windows SDK's msidefs.h
|
* The following are defined in Windows SDK's msidefs.h
|
||||||
|
|
Loading…
Reference in a new issue