Fixed get_accName().

This commit is contained in:
Pietro Gagliardi 2015-01-04 01:26:48 -05:00
parent 085fc00f81
commit 9a27b8a90e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ printf("invalid arg\n");
; // TODO standard accessible object ; // TODO standard accessible object
// TODO actually get the real name // TODO actually get the real name
printf("returning name\n"); 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 // TODO check null pointer
return S_OK; return S_OK;
} }