projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
359c9c7
)
[ZIPFLDR] Make function prototype consistent
author
Stanislav Motylkov
<x86corez@gmail.com>
Thu, 18 Apr 2024 15:22:17 +0000
(18:22 +0300)
committer
Stanislav Motylkov
<x86corez@gmail.com>
Thu, 18 Apr 2024 15:22:17 +0000
(18:22 +0300)
It is the only function in that file that used this format, all the others are one line.
Spotted by Whindmar Saksit.
dll/shellext/zipfldr/zipfldr.cpp
patch
|
blob
|
history
diff --git
a/dll/shellext/zipfldr/zipfldr.cpp
b/dll/shellext/zipfldr/zipfldr.cpp
index
df2079e
..
04f7e73
100644
(file)
--- a/
dll/shellext/zipfldr/zipfldr.cpp
+++ b/
dll/shellext/zipfldr/zipfldr.cpp
@@
-174,11
+174,7
@@
STDAPI DllUnregisterServer()
EXTERN_C
BOOL WINAPI
-RouteTheCall(
- IN HWND hWndOwner,
- IN HINSTANCE hInstance,
- IN PCWSTR lpStringArg,
- IN INT Show)
+RouteTheCall(IN HWND hWndOwner, IN HINSTANCE hInstance, IN PCWSTR lpStringArg, IN INT Show)
{
CStringW path = lpStringArg;
PathRemoveBlanksW(path.GetBuffer());