mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
seems there is a conflict with our operator new and certain versions of the Std C++ lib. Till this is resolved: here's a workaround (disabling the code which is not used anyway right now)
svn-id: r4517
This commit is contained in:
parent
5f00eb69b9
commit
0128dd0aa6
@ -24,9 +24,10 @@
|
||||
#include "widget.h"
|
||||
|
||||
// FIXME - use own list class later, this is for rapid development
|
||||
#include <string>
|
||||
#include <vector>
|
||||
typedef std::vector<std::string> StringList;
|
||||
//#include <string>
|
||||
//#include <vector>
|
||||
//typedef std::vector<std::string> StringList;
|
||||
typedef int StringList; // FIXME placeholder
|
||||
|
||||
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user