Author: tkreuzer Date: Wed Mar 10 23:05:56 2010 New Revision: 46078
URL: http://svn.reactos.org/svn/reactos?rev=46078&view=rev Log: Add extern "C"
Modified: branches/header-work/include/ddk/ntddk.h
Modified: branches/header-work/include/ddk/ntddk.h URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/ntddk.h?... ============================================================================== --- branches/header-work/include/ddk/ntddk.h [iso-8859-1] (original) +++ branches/header-work/include/ddk/ntddk.h [iso-8859-1] Wed Mar 10 23:05:56 2010 @@ -51,6 +51,9 @@ #include <basetyps.h> // FIXME
+#ifdef __cplusplus +extern "C" { +#endif
// // GUID and UUID @@ -689,5 +692,9 @@ /* Windows Device Driver Kit */ #include "winddk.h"
+#ifdef __cplusplus +} +#endif +
#endif /* _NTDDK_ */