Skip to content

Commit

Permalink
maybe fix gh workflow for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Sep 23, 2024
1 parent c38123e commit 8ea151e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fmtlog/fmtlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ SOFTWARE.

#ifdef _WIN32
#define FAST_THREAD_LOCAL thread_local
#include <windows.h>

#else
#define FAST_THREAD_LOCAL __thread
#endif
Expand Down

0 comments on commit 8ea151e

Please sign in to comment.