[SHELL32][SHELL32_APITEST][SDK] Implement SheRemoveQuotesA/W (#5517)

- Implement SheRemoveQuotesA and SheRemoveQuotesW functions.
- Add She testcase into shell32_apitest.
- Add SheRemoveQuotesA/W into <undocshell.h>.
CORE-9277
This commit is contained in:
Katayama Hirofumi MZ 2023-08-05 19:44:13 +09:00 committed by GitHub
parent 1273bbe417
commit 358e45d33a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 123 additions and 12 deletions

View file

@ -653,6 +653,9 @@ BOOL WINAPI GUIDFromStringW(
_Out_ LPGUID pguid
);
LPSTR WINAPI SheRemoveQuotesA(LPSTR psz);
LPWSTR WINAPI SheRemoveQuotesW(LPWSTR psz);
/*****************************************************************************
* Shell32 resources
*/