From 8d98b3f8b658489829d88d91cf5cf454c543a0ad Mon Sep 17 00:00:00 2001 From: shefty Date: Wed, 5 Mar 2008 17:45:27 +0000 Subject: [PATCH] wv/winverbs.h: specify full include path Add 'rdma/' to include path, and remove 1 random extra whitespace. Signed-off-by: Sean Hefty git-svn-id: svn://openib.tc.cornell.edu/gen1@973 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- branches/winverbs/inc/user/rdma/winverbs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branches/winverbs/inc/user/rdma/winverbs.h b/branches/winverbs/inc/user/rdma/winverbs.h index 60596ed9..3bb23970 100644 --- a/branches/winverbs/inc/user/rdma/winverbs.h +++ b/branches/winverbs/inc/user/rdma/winverbs.h @@ -36,7 +36,7 @@ #include #include -#include "wvstatus.h" +#include "rdma\wvstatus.h" typedef union _WV_GID // Network byte order { @@ -395,7 +395,7 @@ typedef struct _WV_QP_ATTRIBUTES #define WV_CM_UDP_QKEY 0x01234567 #pragma warning(push) -#pragma warning(disable: 4200) +#pragma warning(disable: 4200) typedef struct _WV_CONNECT_PARAM { SIZE_T DataLength; -- 2.41.0