Sync to Wine-20050830:

Alexandre Julliard <julliard@winehq.org>
- Removed a useless header file.

svn path=/trunk/; revision=17721
This commit is contained in:
Gé van Geldorp 2005-09-07 16:28:09 +00:00
parent 3ab848b8e2
commit c9a9b98de0
2 changed files with 3 additions and 18 deletions

View file

@ -1,16 +0,0 @@
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msiexec.exe
APPMODE = -mconsole
IMPORTS = msi ole32 advapi32 user32 kernel32
C_SRCS = \
msiexec.c
RC_SRCS = version.rc
@MAKE_PROG_RULES@
### Dependencies:

View file

@ -24,13 +24,14 @@
#include <objbase.h>
#include <stdio.h>
#include "msiexec.h"
#include "wine/debug.h"
#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL(msiexec);
typedef HRESULT (WINAPI *DLLREGISTERSERVER)(void);
typedef HRESULT (WINAPI *DLLUNREGISTERSERVER)(void);
struct string_list
{
struct string_list *next;