mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
use aliastl on windows
This commit is contained in:
parent
713267a590
commit
6575754b77
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
#if defined(GEODE_IS_ANDROID)
|
||||
#include "gnustl.hpp"
|
||||
#elif defined(GEODE_IS_WINDOWS)
|
||||
#include "msvcstl.hpp"
|
||||
//#elif defined(GEODE_IS_WINDOWS)
|
||||
//#include "msvcstl.hpp"
|
||||
#else
|
||||
#include "aliastl.hpp"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue