[INCLUDES]
authorGed Murphy <gedmurphy@reactos.org>
Wed, 23 Sep 2015 09:04:39 +0000 (09:04 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Wed, 23 Sep 2015 09:04:39 +0000 (09:04 +0000)
- Fix linking with c++ modules

svn path=/trunk/; revision=69326

reactos/include/reactos/dll/newdevp.h

index 36226cc..5ddcee2 100644 (file)
@@ -8,6 +8,10 @@
 #ifndef __NEWDEVP__H
 #define __NEWDEVP__H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 BOOL
 WINAPI
 DevInstallW(
@@ -24,4 +28,8 @@ InstallDevInst(
     IN BOOL bUpdate,
     OUT LPDWORD lpReboot);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* __NEWDEVP__H */