projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8a37539
)
Fix path browsing in WinBoard
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 7 Apr 2011 21:19:10 +0000 (23:19 +0200)
committer
Arun 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
patch
|
blob
|
history
diff --git
a/winboard/woptions.c
b/winboard/woptions.c
index
cf5967d
..
801fe04
100644
(file)
--- a/
winboard/woptions.c
+++ b/
winboard/woptions.c
@@
-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