Francois Gouget : comdlg32: Make FD31_GetFldrHeight() static.

Alexandre Julliard julliard at winehq.org
Thu Sep 20 15:05:37 CDT 2012


Module: wine
Branch: master
Commit: bfd9cd1c427584d96b31f6d8a961990178d31fb5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bfd9cd1c427584d96b31f6d8a961990178d31fb5

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep 20 11:06:29 2012 +0200

comdlg32: Make FD31_GetFldrHeight() static.

---

 dlls/comdlg32/filedlg31.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/filedlg31.c b/dlls/comdlg32/filedlg31.c
index 4ede0b3..4a78958 100644
--- a/dlls/comdlg32/filedlg31.c
+++ b/dlls/comdlg32/filedlg31.c
@@ -1069,7 +1069,7 @@ static LONG FD31_WMInitDialog(HWND hWnd, WPARAM wParam, LPARAM lParam)
   return TRUE;
 }
 
-int FD31_GetFldrHeight(void)
+static int FD31_GetFldrHeight(void)
 {
   return fldrHeight;
 }




More information about the wine-cvs mailing list