From d76f9f9a368d392ede0fe25cee2f5e83883a6369 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 10 Mar 2010 22:05:56 +0000 Subject: [PATCH 1/1] Add extern "C" svn path=/branches/header-work/; revision=46078 --- include/ddk/ntddk.h | 7 +++++++ 1 file changed, 7 insertions(+) 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_ */ -- 2.17.1