ChangeSet ID: 20522 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/30 05:34:43 Modified files: include : dplay8.h Log message: Robert Reif Added missing error code. Patch: http://cvs.winehq.org/patch.py?id=20522 Old revision New revision Changes Path 1.7 1.8 +1 -0 wine/include/dplay8.h Index: wine/include/dplay8.h diff -u -p wine/include/dplay8.h:1.7 wine/include/dplay8.h:1.8 --- wine/include/dplay8.h:1.7 Sat May 18 09:47:10 2013 +++ wine/include/dplay8.h Sat May 18 09:47:10 2013 @@ -94,6 +94,7 @@ typedef DWORD DPNHANDLE, *PDPNHANDLE; #define DPNERR_CONVERSION MAKE_DPNHRESULT(0x170) #define DPNERR_DATATOOLARGE MAKE_DPNHRESULT(0x175) #define DPNERR_DOESNOTEXIST MAKE_DPNHRESULT(0x180) +#define DPNERR_DPNSVRNOTAVAILABLE MAKE_DPNHRESULT(0x185) #define DPNERR_DUPLICATECOMMAND MAKE_DPNHRESULT(0x190) #define DPNERR_ENDPOINTNOTRECEIVING MAKE_DPNHRESULT(0x200) #define DPNERR_ENUMQUERYTOOLARGE MAKE_DPNHRESULT(0x210)