mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
Add extern "C"
svn path=/branches/header-work/; revision=46078
This commit is contained in:
parent
25bb3c834b
commit
d76f9f9a36
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,9 @@
|
||||||
#include <basetyps.h> // FIXME
|
#include <basetyps.h> // FIXME
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// GUID and UUID
|
// GUID and UUID
|
||||||
|
@ -689,5 +692,9 @@ MmGetPhysicalAddress(
|
||||||
/* Windows Device Driver Kit */
|
/* Windows Device Driver Kit */
|
||||||
#include "winddk.h"
|
#include "winddk.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /* _NTDDK_ */
|
#endif /* _NTDDK_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue