mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 12:12:16 +00:00
[CONUTILS] Make the headers C++ compatible.
This commit is contained in:
parent
f7520da3ce
commit
1e87e2fa9d
4 changed files with 28 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
#error The ConUtils library at the moment only supports compilation with _UNICODE defined!
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Console I/O streams
|
||||
*/
|
||||
|
@ -264,4 +268,7 @@ VOID
|
|||
ConClearLine(IN PCON_STREAM Stream);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* __STREAM_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue