[INCLUDES]

- Fix linking with c++ modules

svn path=/trunk/; revision=69326
This commit is contained in:
Ged Murphy 2015-09-23 09:04:39 +00:00
parent 0baf2174fc
commit 749209aeaf

View 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 */