mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Some fixes for the new threading backends
This commit is contained in:
@@ -32,8 +32,8 @@ namespace love
|
||||
{
|
||||
namespace thread
|
||||
{
|
||||
|
||||
const char* threadAPI() {
|
||||
const char* threadAPI()
|
||||
{
|
||||
#if LOVE_THREADS == LOVE_THREADS_POSIX
|
||||
return "posix";
|
||||
#elif LOVE_THREADS == LOVE_THREADS_WIN32
|
||||
@@ -44,6 +44,5 @@ namespace thread
|
||||
return "unknown"; // ?!?!?!
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace thread
|
||||
} // namespace love
|
||||
|
||||
Reference in New Issue
Block a user