X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=include%2Fddk%2Fntddk.h;h=74346d4d6628f5ff73c3a0992f8e691f409b6616;hp=96c0aa5530a7b98dbc81c4efd9cb8db2a102d02e;hb=d76f9f9a368d392ede0fe25cee2f5e83883a6369;hpb=25bb3c834b5bb0f62abd1fd2168c5e60b0975df0 diff --git a/include/ddk/ntddk.h b/include/ddk/ntddk.h index 96c0aa5530a..74346d4d662 100644 --- a/include/ddk/ntddk.h +++ b/include/ddk/ntddk.h @@ -51,6 +51,9 @@ #include // FIXME +#ifdef __cplusplus +extern "C" { +#endif // // GUID and UUID @@ -689,5 +692,9 @@ MmGetPhysicalAddress( /* Windows Device Driver Kit */ #include "winddk.h" +#ifdef __cplusplus +} +#endif + #endif /* _NTDDK_ */