mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
experimental fix
This commit is contained in:
parent
bfdca129c5
commit
d0bacbd6c2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
|
||||
* *
|
||||
*******************************************************************************/
|
||||
#define nullptr 0
|
||||
|
||||
#include "json.h"
|
||||
#include <stdlib.h>
|
||||
|
@ -33,6 +32,7 @@
|
|||
#include <cctype>
|
||||
#include <stack>
|
||||
#include <cerrno>
|
||||
#include "util/cxx11retrocompat.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#define _stricmp strcasecmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue