PATCH: usp10.h extern "C"

Marcus Meissner meissner at suse.de
Thu Nov 24 04:00:30 CST 2005


Hi,

Changelog:
	extern "C" wrappers for usp10.h

Index: include/usp10.h
===================================================================
RCS file: /home/wine/wine/include/usp10.h,v
retrieving revision 1.3
diff -u -r1.3 usp10.h
--- include/usp10.h	15 Nov 2005 12:02:16 -0000	1.3
+++ include/usp10.h	24 Nov 2005 09:55:29 -0000
@@ -19,6 +19,10 @@
 #ifndef __USP10_H
 #define __USP10_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /** ScriptStringAnalyse */
 #define  SSA_PASSWORD         0x00000001
 #define  SSA_TAB              0x00000002
@@ -160,4 +164,8 @@
 HRESULT WINAPI ScriptStringFree(SCRIPT_STRING_ANALYSIS *pssa);
 HRESULT WINAPI ScriptIsComplex(const WCHAR* pwcInChars, int cInChars, DWORD dwFlags);
 
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
 #endif /* __USP10_H */



More information about the wine-patches mailing list