https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7ba5f703d2d52c6e78cfd37055d24e6c2ae98e4a
commit 7ba5f703d2d52c6e78cfd37055d24e6c2ae98e4a Author: Hermès Bélusca-Maïto <[email protected]> AuthorDate: Tue May 3 17:29:39 2022 +0200 Commit: Hermès Bélusca-Maïto <[email protected]> CommitDate: Tue May 3 17:29:39 2022 +0200 [BROWSEUI_APITEST] Addendum to 7e22dc05. --- modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c b/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c index c6a97bcb874..408d9574343 100644 --- a/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c +++ b/modules/rostests/apitests/browseui/SHExplorerParseCmdLine.c @@ -23,7 +23,7 @@ #define TEST_PATHA "C:\\SHExplorerParseCmdLine.test" #define TEST_PATHW WIDEN(TEST_PATHA) -typedef UINT_PTR (WINAPI * SHExplorerParseCmdLine_Type)(PEXPLORER_CMDLINE_PARSE_RESULTS); +typedef UINT_PTR (WINAPI *SHExplorerParseCmdLine_Type)(PEXPLORER_CMDLINE_PARSE_RESULTS); static SHExplorerParseCmdLine_Type pSHExplorerParseCmdLine; #define PIDL_IS_UNTOUCHED -1
