fix MSI build warnings

svn path=/trunk/; revision=23421
This commit is contained in:
Ged Murphy 2006-08-02 20:01:22 +00:00
parent 64a6bb9b0e
commit 5b8e3e2f5b
10 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,7 @@ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/stand
#define COBJMACROS
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View file

@ -21,6 +21,7 @@
#define COBJMACROS
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"

View file

@ -31,6 +31,7 @@
#include <stdarg.h>
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View file

@ -25,6 +25,7 @@
#include <stdarg.h>
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View file

@ -22,6 +22,7 @@
#include <stdarg.h>
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View file

@ -23,6 +23,7 @@
#define COBJMACROS
#define NONAMELESSUNION
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"

View file

@ -5,6 +5,8 @@
<include base="ReactOS">include/reactos/wine</include>
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<define name="WINVER">0x501</define>

View file

@ -22,6 +22,7 @@
#define COBJMACROS
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View file

@ -24,6 +24,7 @@
#define COBJMACROS
#define NONAMELESSUNION
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"

View file

@ -23,6 +23,7 @@
#define COBJMACROS
#define NONAMELESSUNION
#include "stdio.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"