From: Pierre Schweitzer Date: Wed, 2 Nov 2016 19:46:46 +0000 (+0000) Subject: [NDK] X-Git-Tag: ReactOS-0.4.4-FOSDEM2017~426 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=5bcce07fd7f66ae1e224c9cb11facaabfd05fb7e;ds=sidebyside [NDK] Properly export functions for C++ code svn path=/trunk/; revision=73103 --- diff --git a/reactos/sdk/include/ndk/iofuncs.h b/reactos/sdk/include/ndk/iofuncs.h index 4c1073b4a09..a141883381f 100644 --- a/reactos/sdk/include/ndk/iofuncs.h +++ b/reactos/sdk/include/ndk/iofuncs.h @@ -25,6 +25,10 @@ Author: #include #include +#ifdef __cplusplus +extern "C" { +#endif + // // I/O Functions // @@ -1064,6 +1068,10 @@ ZwWriteFileGather( _In_opt_ PULONG Key ); +#ifdef __cplusplus +} +#endif + #endif