use aliastl on windows

This commit is contained in:
Cvolton 2024-06-03 02:39:29 +02:00
parent 713267a590
commit 6575754b77
No known key found for this signature in database

View file

@ -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