Skip to content

Instantly share code, notes, and snippets.

@Paxxi
Created April 19, 2015 12:34
Show Gist options
  • Save Paxxi/4431d0f23df4265718d9 to your computer and use it in GitHub Desktop.
Save Paxxi/4431d0f23df4265718d9 to your computer and use it in GitHub Desktop.
char CURL::GetDirectorySeparator() const
{
#ifndef TARGET_POSIX
if ( m_strProtocol.empty() )
return '\\';
else
#endif
return '/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment