wtsvc: add missing DRDYNVC_STATE_FAILED
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Tue, 4 Oct 2016 13:12:11 +0000 (15:12 +0200)
committerArmin Novak <armin.novak@thincast.com>
Thu, 6 Oct 2016 11:43:15 +0000 (13:43 +0200)
include/freerdp/channels/wtsvc.h

index ac3bd84..68d9f12 100644 (file)
@@ -47,7 +47,8 @@ enum
 {
        DRDYNVC_STATE_NONE = 0,
        DRDYNVC_STATE_INITIALIZED = 1,
-       DRDYNVC_STATE_READY = 2
+       DRDYNVC_STATE_READY = 2,
+       DRDYNVC_STATE_FAILED = 3
 };
 
 /**