commit | 26ffb3cd766fd4a0c3cc873a070d6d3499622445 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jul 31 14:41:43 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 31 14:41:43 1999 +0000 |
tree | eccf137e7da9197ce5f742b92de7a7d51eb35a66 | |
parent | 109767a6f5b5ab932369c0324a06a2d9d12ec702 [diff] [blame] |
Fixed/added missing/wrong function prototypes and made internal functions static.
diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c index 97bd3e9..42a633c 100644 --- a/dlls/comctl32/header.c +++ b/dlls/comctl32/header.c
@@ -1442,7 +1442,7 @@ } -LRESULT WINAPI +static LRESULT WINAPI HEADER_WindowProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch (msg) {