mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[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:
parent
1273bbe417
commit
358e45d33a
5 changed files with 123 additions and 12 deletions
|
@ -653,6 +653,9 @@ BOOL WINAPI GUIDFromStringW(
|
|||
_Out_ LPGUID pguid
|
||||
);
|
||||
|
||||
LPSTR WINAPI SheRemoveQuotesA(LPSTR psz);
|
||||
LPWSTR WINAPI SheRemoveQuotesW(LPWSTR psz);
|
||||
|
||||
/*****************************************************************************
|
||||
* Shell32 resources
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue