mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:43:01 +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;
|
ULONG MinimumPolicedSize;
|
||||||
} FLOWSPEC, *PFLOWSPEC, *LPFLOWSPEC;
|
} FLOWSPEC, *PFLOWSPEC, *LPFLOWSPEC;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue