1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

include: Fix mismatched extern declaration in aclui.h.

This commit is contained in:
Andrew Nguyen 2009-02-23 03:18:37 -06:00 committed by Alexandre Julliard
parent f88e16987e
commit 0453b03e86

View File

@ -23,6 +23,10 @@
#include <commctrl.h>
#include <accctrl.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef struct _SI_OBJECT_INFO
{
DWORD dwFlags;