include: Fix mismatched extern declaration in aclui.h.
This commit is contained in:
parent
f88e16987e
commit
0453b03e86
|
@ -23,6 +23,10 @@
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <accctrl.h>
|
#include <accctrl.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
typedef struct _SI_OBJECT_INFO
|
typedef struct _SI_OBJECT_INFO
|
||||||
{
|
{
|
||||||
DWORD dwFlags;
|
DWORD dwFlags;
|
||||||
|
|
Loading…
Reference in New Issue