Silence some warnings

svn path=/trunk/; revision=25869
This commit is contained in:
Timo Kreuzer
2007-02-21 22:04:59 +00:00
parent 012009365d
commit b43aa6554f
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#define COBJMACROS
+1
View File
@@ -22,6 +22,7 @@
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
+1 -1
View File
@@ -2557,7 +2557,7 @@ ShellLink_InvokeCommand( IContextMenu* iface, LPCMINVOKECOMMANDINFO lpici )
sei.lpParameters = args;
sei.lpVerb = szOpen;
if ( ShellExecuteExW( &sei ) && sei.hInstApp > 32 )
if ( ShellExecuteExW( &sei ) && (UINT)sei.hInstApp > 32 )
r = S_OK;
else
r = E_FAIL;