Commit 0453b03e authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

include: Fix mismatched extern declaration in aclui.h.

parent f88e1698
......@@ -23,6 +23,10 @@
#include <commctrl.h>
#include <accctrl.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef struct _SI_OBJECT_INFO
{
DWORD dwFlags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment