commit | ee5f97c04af8ec0a8abf80e30a4c4a0984590a5f | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Tue Sep 20 11:37:05 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 20 11:37:05 2005 +0000 |
tree | 6e757a2a0702e907c52f294f2f03b038b2b8b2b1 | |
parent | 0a49c1752ed294215b9d58ba8e6e6d68f8687501 [diff] [blame] |
Add INSTALLSTATE_NOTUSED to the INSTALLSTATE enumeration.
diff --git a/include/msi.h b/include/msi.h index e889ace..862bd04 100644 --- a/include/msi.h +++ b/include/msi.h
@@ -31,6 +31,7 @@ typedef enum tagINSTALLSTATE { + INSTALLSTATE_NOTUSED = -7, INSTALLSTATE_BADCONFIG = -6, INSTALLSTATE_INCOMPLETE = -5, INSTALLSTATE_SOURCEABSENT = -4,