Undo MAX_LONGPATH use in SDK header file
authorJan Kotas <jkotas@microsoft.com>
Mon, 21 Sep 2015 16:39:14 +0000 (09:39 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 21 Sep 2015 16:39:14 +0000 (09:39 -0700)
[tfs-changeset: 1527242]

src/inc/cor.h

index 6323246..7ef264d 100644 (file)
@@ -144,7 +144,7 @@ typedef UNALIGNED void const *UVCP_CONSTANT;
 // Constant for connection id and task id
 #define INVALID_CONNECTION_ID   0x0
 #define INVALID_TASK_ID         0x0 
-#define MAX_CONNECTION_NAME     MAX_LONGPATH
+#define MAX_CONNECTION_NAME     MAX_PATH
 
 //*****************************************************************************
 //*****************************************************************************