mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 17:01:49 +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
|
@ -15,6 +15,10 @@
|
|||
#error The ConUtils library at the moment only supports compilation with _UNICODE defined!
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
// #include <wincon.h>
|
||||
|
||||
|
@ -71,4 +75,7 @@ ConResPaging(
|
|||
IN BOOL StartPaging,
|
||||
IN UINT uID);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* __PAGER_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue