From a59c0416e0778e66bdc5fa2255ab7f56049ce851 Mon Sep 17 00:00:00 2001 From: Robert Reif Date: Fri, 30 Sep 2005 10:34:43 +0000 Subject: [PATCH] Added missing error code. --- include/dplay8.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dplay8.h b/include/dplay8.h index cb797c606c4..8aab0f27fd6 100644 --- a/include/dplay8.h +++ b/include/dplay8.h @@ -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) -- 2.11.4.GIT