mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[INCLUDES]
- Fix linking with c++ modules svn path=/trunk/; revision=69326
This commit is contained in:
parent
0baf2174fc
commit
749209aeaf
1 changed files with 8 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue