Now compile with VS2019

This commit is contained in:
xawotihs
2019-09-07 19:46:15 +02:00
parent a27216c317
commit fd3777f08e
9 changed files with 29 additions and 16 deletions

View File

@@ -1,6 +1,9 @@
#ifndef PRECOMPILEDHEADER_H
#define PRECOMPILEDHEADER_H
#define __STDC_LIMIT_MACROS
#include <algorithm>
#include <fstream>
#include <iostream>
@@ -21,11 +24,6 @@
#include "GameOptions.h"
#if !defined(WP8) && !defined(QT_CONFIG)
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#endif
#if defined (WP8) || defined (IOS) || defined (ANDROID) || defined (QT_CONFIG) || defined (SDL_CONFIG)
#define TOUCH_ENABLED
#endif