Alexandre Julliard <julliard@winehq.org>
- Removed a useless header file.
svn path=/trunk/; revision=17721
+++ /dev/null
-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:
#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;