close extern "C" block for c++ code

svn path=/trunk/; revision=16222
This commit is contained in:
Thomas Bluemel 2005-06-22 19:18:21 +00:00
parent d3a3c52a0a
commit 07c4b32cdd

View file

@ -43,4 +43,8 @@ typedef struct _flowspec
ULONG MinimumPolicedSize;
} FLOWSPEC, *PFLOWSPEC, *LPFLOWSPEC;
#ifdef __cplusplus
}
#endif
#endif