]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
wv/winverbs.h: specify full include path
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 5 Mar 2008 17:45:27 +0000 (17:45 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 5 Mar 2008 17:45:27 +0000 (17:45 +0000)
Add 'rdma/' to include path, and remove 1 random extra whitespace.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@973 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/winverbs/inc/user/rdma/winverbs.h

index 60596ed921652ffe6d89d19a0720fee9b9a8f841..3bb239708d2af80840942eae4372d6392b0ef69c 100644 (file)
@@ -36,7 +36,7 @@
 \r
 #include <winsock2.h>\r
 #include <unknwn.h>\r
-#include "wvstatus.h"\r
+#include "rdma\wvstatus.h"\r
 \r
 typedef union _WV_GID                                  // Network byte order\r
 {\r
@@ -395,7 +395,7 @@ typedef struct _WV_QP_ATTRIBUTES
 #define WV_CM_UDP_QKEY 0x01234567\r
 \r
 #pragma warning(push)\r
-#pragma warning(disable: 4200) \r
+#pragma warning(disable: 4200)\r
 typedef struct _WV_CONNECT_PARAM\r
 {\r
        SIZE_T                          DataLength;\r