projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1e3e451
)
[NDK]
author
Pierre Schweitzer
<pierre@reactos.org>
Wed, 2 Nov 2016 19:46:46 +0000
(19:46 +0000)
committer
Pierre Schweitzer
<pierre@reactos.org>
Wed, 2 Nov 2016 19:46:46 +0000
(19:46 +0000)
Properly export functions for C++ code
svn path=/trunk/; revision=73103
reactos/sdk/include/ndk/iofuncs.h
patch
|
blob
|
history
diff --git
a/reactos/sdk/include/ndk/iofuncs.h
b/reactos/sdk/include/ndk/iofuncs.h
index
4c1073b
..
a141883
100644
(file)
--- a/
reactos/sdk/include/ndk/iofuncs.h
+++ b/
reactos/sdk/include/ndk/iofuncs.h
@@
-25,6
+25,10
@@
Author:
#include <umtypes.h>
#include <iotypes.h>
#include <umtypes.h>
#include <iotypes.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
//
// I/O Functions
//
//
// I/O Functions
//
@@
-1064,6
+1068,10
@@
ZwWriteFileGather(
_In_opt_ PULONG Key
);
_In_opt_ PULONG Key
);
+#ifdef __cplusplus
+}
+#endif
+
#endif
#endif