Added missing #define for DS_INCOMPLETE.

oldstable
Robert Reif 2004-02-27 21:29:10 +00:00 committed by Alexandre Julliard
parent 446d6c0ea1
commit e7310f4461
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ DEFINE_GUID(DSDEVID_WinePlayback, 0x40316A1D,0x605B,0xD611,0x87,0xC6,0x00
#define DS_OK 0
#define DS_NO_VIRTUALIZATION MAKE_HRESULT(0, _FACDS, 10)
#define DS_INCOMPLETE MAKE_HRESULT(0, _FACDS, 20)
#define DSERR_ALLOCATED MAKE_DSHRESULT(10)
#define DSERR_CONTROLUNAVAIL MAKE_DSHRESULT(30)
#define DSERR_INVALIDPARAM E_INVALIDARG