mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[DEVMGR]
Make the header c++ friendly svn path=/trunk/; revision=68162
This commit is contained in:
parent
bfe3738fc9
commit
a68dd56665
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
#ifndef __DEVMGR__H
|
||||
#define __DEVMGR__H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
BOOL
|
||||
WINAPI
|
||||
DeviceManager_ExecuteA(HWND hWndParent,
|
||||
|
@ -178,4 +182,8 @@ DevicePropertiesExW(IN HWND hWndParent OPTIONAL,
|
|||
#define DevicePropertiesEx DevicePropertiesExA
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __DEVMGR__H */
|
||||
|
|
Loading…
Reference in a new issue