mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +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
|
#ifndef __DEVMGR__H
|
||||||
#define __DEVMGR__H
|
#define __DEVMGR__H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
WINAPI
|
WINAPI
|
||||||
DeviceManager_ExecuteA(HWND hWndParent,
|
DeviceManager_ExecuteA(HWND hWndParent,
|
||||||
|
@ -178,4 +182,8 @@ DevicePropertiesExW(IN HWND hWndParent OPTIONAL,
|
||||||
#define DevicePropertiesEx DevicePropertiesExA
|
#define DevicePropertiesEx DevicePropertiesExA
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __DEVMGR__H */
|
#endif /* __DEVMGR__H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue