extern "C" wrappers for usp10.h.

This commit is contained in:
Marcus Meissner 2005-11-24 19:23:00 +01:00 committed by Alexandre Julliard
parent 9fac484928
commit a7c26122c2

View file

@ -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 hdc,
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 */