/* * Created by yuuta on 7/21/22. */ #ifndef LIBAC_WIN32_H #define LIBAC_WIN32_H #ifdef _WIN32 #define _Thread_local __declspec( thread ) #endif #endif /* LIBAC_WIN32_H */