msi: Fix test compilation with MSVC6.

This commit is contained in:
Mike McCormack 2006-08-29 17:08:09 +09:00 committed by Alexandre Julliard
parent b183956193
commit ada5daa76a
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
static const char msifile[] = "winetest.msi";
#ifndef INVALID_FILE_ATTRIBUTES
#define INVALID_FILE_ATTRIBUTES 0xffffffff
#endif
static UINT run_query( MSIHANDLE hdb, const char *query )
{
MSIHANDLE hview = 0;