mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Silence some warnings
svn path=/trunk/; revision=25869
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user