[NDK]
[reactos.git] / reactos / sdk / include / ndk / iofuncs.h
index 4c1073b..a141883 100644 (file)
@@ -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