mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
close extern "C" block for c++ code
svn path=/trunk/; revision=16222
This commit is contained in:
parent
d3a3c52a0a
commit
07c4b32cdd
1 changed files with 4 additions and 0 deletions
|
@ -43,4 +43,8 @@ typedef struct _flowspec
|
|||
ULONG MinimumPolicedSize;
|
||||
} FLOWSPEC, *PFLOWSPEC, *LPFLOWSPEC;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue