Properly export functions for C++ code

svn path=/trunk/; revision=73103
This commit is contained in:
Pierre Schweitzer 2016-11-02 19:46:46 +00:00
parent 1e3e451c22
commit 5bcce07fd7

View file

@ -25,6 +25,10 @@ Author:
#include <umtypes.h>
#include <iotypes.h>
#ifdef __cplusplus
extern "C" {
#endif
//
// I/O Functions
//
@ -1064,6 +1068,10 @@ ZwWriteFileGather(
_In_opt_ PULONG Key
);
#ifdef __cplusplus
}
#endif
#endif