Skip to content

Commit

Permalink
gsdx SW: enable new queue && C++11 on linux/MSVC 2012+
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory38 committed Apr 17, 2015
1 parent d91e989 commit fa243af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/GSdx/stdafx.h
Expand Up @@ -60,6 +60,12 @@

#endif

// Require at least Visual Studio 2012
#if defined(__linux__) || (defined(_MSC_VER) && (_MSC_VER >= 1700))
#define _CX11_
#define ENABLE_BOOST // queue is from boost but it doesn't require a full boost install
#endif

// put these into vc9/common7/ide/usertype.dat to have them highlighted

typedef unsigned char uint8;
Expand Down

0 comments on commit fa243af

Please sign in to comment.