ChangeSet ID: 21435 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/24 12:45:38
Modified files: include : usp10.h
Log message: Marcus Meissner meissner@suse.de extern "C" wrappers for usp10.h.
Patch: http://cvs.winehq.org/patch.py?id=21435
Old revision New revision Changes Path 1.3 1.4 +8 -0 wine/include/usp10.h
Index: wine/include/usp10.h diff -u -p wine/include/usp10.h:1.3 wine/include/usp10.h:1.4 --- wine/include/usp10.h:1.3 24 Nov 2005 18:45:38 -0000 +++ wine/include/usp10.h 24 Nov 2005 18:45:38 -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 ScriptStringAnalyse(HDC h 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 */