Commit ee5f97c0 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Add INSTALLSTATE_NOTUSED to the INSTALLSTATE enumeration.

parent 0a49c175
......@@ -31,6 +31,7 @@ typedef unsigned long MSIHANDLE;
typedef enum tagINSTALLSTATE
{
INSTALLSTATE_NOTUSED = -7,
INSTALLSTATE_BADCONFIG = -6,
INSTALLSTATE_INCOMPLETE = -5,
INSTALLSTATE_SOURCEABSENT = -4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment