Fixed get_accName().
This commit is contained in:
parent
085fc00f81
commit
9a27b8a90e
|
@ -112,7 +112,7 @@ printf("invalid arg\n");
|
|||
; // TODO standard accessible object
|
||||
// TODO actually get the real name
|
||||
printf("returning name\n");
|
||||
*pszName = SysAllocString("This is a test of the accessibility interface.");
|
||||
*pszName = SysAllocString(L"This is a test of the accessibility interface.");
|
||||
// TODO check null pointer
|
||||
return S_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue