X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsdk%2Finclude%2Fndk%2Fiofuncs.h;h=a141883381f1717e098f0fbc858e9eeea19ca2df;hp=4c1073b4a099ab45eab79846848690aa1bbfe2ea;hb=5bcce07fd7f66ae1e224c9cb11facaabfd05fb7e;hpb=fcaeb4d6a4f8321a476d5846f3615e9e768d34d3 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