Commit a7c26122 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

extern "C" wrappers for usp10.h.

parent 9fac4849
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment