Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
uroni committed Nov 24, 2019
1 parent 227e635 commit 13a6d6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stringtools.cpp
Expand Up @@ -22,11 +22,11 @@
#include <sstream>
#include <map>
#include "utf8/utf8.h"
#include "stringtools.h"

#ifndef _WIN32
#include <memory.h>
#include <stdlib.h>
#include "stringtools.h"
#endif


Expand Down Expand Up @@ -1038,8 +1038,6 @@ std::wstring UnescapeSQLString(std::wstring pStr)
return pStr;
}

string htmldecode(string str, bool html, char xc='%');

void ParseParamStrHttp(const std::string &pStr, std::map<std::string, std::string> *pMap)
{
std::string key;
Expand Down

0 comments on commit 13a6d6e

Please sign in to comment.