mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-25 09:29:23 -04:00
experimental fix
This commit is contained in:
parent
bfdca129c5
commit
d0bacbd6c2
@ -19,7 +19,6 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
|
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
|
||||||
* *
|
* *
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
#define nullptr 0
|
|
||||||
|
|
||||||
#include "json.h"
|
#include "json.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -33,6 +32,7 @@
|
|||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
#include "util/cxx11retrocompat.h"
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#define _stricmp strcasecmp
|
#define _stricmp strcasecmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user