Add INSTALLSTATE_NOTUSED to the INSTALLSTATE enumeration.

oldstable
Mike McCormack 2005-09-20 11:37:05 +00:00 committed by Alexandre Julliard
parent 0a49c1752e
commit ee5f97c04a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ typedef unsigned long MSIHANDLE;
typedef enum tagINSTALLSTATE
{
INSTALLSTATE_NOTUSED = -7,
INSTALLSTATE_BADCONFIG = -6,
INSTALLSTATE_INCOMPLETE = -5,
INSTALLSTATE_SOURCEABSENT = -4,