Andrew Nguyen : include: Fix mismatched extern declaration in aclui.h.

Alexandre Julliard julliard at winehq.org
Mon Feb 23 10:00:20 CST 2009


Module: wine
Branch: master
Commit: 0453b03e86fb28f3f87f1a51c69946157f924168
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0453b03e86fb28f3f87f1a51c69946157f924168

Author: Andrew Nguyen <arethusa26 at gmail.com>
Date:   Mon Feb 23 03:18:37 2009 -0600

include: Fix mismatched extern declaration in aclui.h.

---

 include/aclui.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/aclui.h b/include/aclui.h
index d61e05c..68c6b2a 100644
--- a/include/aclui.h
+++ b/include/aclui.h
@@ -23,6 +23,10 @@
 #include <commctrl.h>
 #include <accctrl.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif  /* __cplusplus */
+
 typedef struct _SI_OBJECT_INFO
 {
     DWORD       dwFlags;




More information about the wine-cvs mailing list