Fix path browsing in WinBoard
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 7 Apr 2011 21:19:10 +0000 (23:19 +0200)
committerArun Persaud <apersaud@lbl.gov>
Fri, 8 Apr 2011 03:39:29 +0000 (20:39 -0700)
The routine BrowseForFolder was still declared as static in woptions.c,
while it was used from wsettings.c.

winboard/woptions.c

index cf5967d..801fe04 100644 (file)
@@ -2829,7 +2829,7 @@ VOID EnginePlayOptionsPopup(HWND hwnd)
  * UCI Options Dialog functions\r
  *\r
 \*---------------------------------------------------------------------------*/\r
-static BOOL BrowseForFolder( const char * title, char * path )\r
+BOOL BrowseForFolder( const char * title, char * path )\r
 {\r
     BOOL result = FALSE;\r
     BROWSEINFO bi;\r