Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
64203373
Commit
64203373
authored
Mar 11, 2006
by
Mathieu Malaterre
Browse files
BUG: Fix for MINGW32
parent
46096c08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/kwsys/DynamicLoader.cxx
View file @
64203373
...
...
@@ -277,7 +277,11 @@ DynamicLoaderFunction DynamicLoader::GetSymbolAddress(LibHandle lib, const char*
//----------------------------------------------------------------------------
const
char
*
DynamicLoader
::
LibPrefix
()
{
#ifdef __MINGW32__
return
"lib"
;
#else
return
""
;
#endif
}
//----------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment