Activates C++11 only when used with SDL and mingw
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef WRESOURCE_FWD_H
|
||||
#define WRESOURCE_FWD_H
|
||||
|
||||
#if !defined(WP8) && !defined(SDL_CONFIG)
|
||||
#if !defined(WP8) && !(defined(SDL_CONFIG) && defined(__MINGW32__))
|
||||
#include <boost/shared_ptr.hpp>
|
||||
typedef boost::shared_ptr<JQuad> JQuadPtr;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user