mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
Sync to Wine-20050830:
Alexandre Julliard <julliard@winehq.org> - Removed a useless header file. svn path=/trunk/; revision=17721
This commit is contained in:
parent
3ab848b8e2
commit
c9a9b98de0
2 changed files with 3 additions and 18 deletions
|
@ -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:
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue