Commit bfd9cd1c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comdlg32: Make FD31_GetFldrHeight() static.

parent 4262ecf9
...@@ -1069,7 +1069,7 @@ static LONG FD31_WMInitDialog(HWND hWnd, WPARAM wParam, LPARAM lParam) ...@@ -1069,7 +1069,7 @@ static LONG FD31_WMInitDialog(HWND hWnd, WPARAM wParam, LPARAM lParam)
return TRUE; return TRUE;
} }
int FD31_GetFldrHeight(void) static int FD31_GetFldrHeight(void)
{ {
return fldrHeight; return fldrHeight;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment