extern "C" wrappers for usp10.h.
This commit is contained in:
parent
9fac484928
commit
a7c26122c2
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue