Skip to content

Commit

Permalink
somehow mention that it fails on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Sep 23, 2024
1 parent 8ea151e commit ce6e58f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![Actions Status](https://github.com/Arniiiii/fmtlog_cmake_fix/workflows/MacOS/badge.svg)](https://github.com/Arniiiii/fmtlog_cmake_fix/actions)
[![Actions Status](https://github.com/Arniiiii/fmtlog_cmake_fix/workflows/Windows/badge.svg)](https://github.com/Arniiiii/fmtlog_cmake_fix/actions)
[![Actions Status](https://github.com/Arniiiii/fmtlog_cmake_fix/workflows/Ubuntu/badge.svg)](https://github.com/Arniiiii/fmtlog_cmake_fix/actions)
[![Actions Status](https:github.com/Arniiiii/fmtlog_cmake_fix/workflows/Style/badge.svg)](https://github.com/Arniiiii/fmtlog_cmake_fix/actions)

# fmtlog
fmtlog is a performant asynchronous header-only logging library using [fmt](https://github.com/fmtlib/fmt) library format.

Expand Down
2 changes: 1 addition & 1 deletion include/fmtlog/fmtlog.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SOFTWARE.

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

#else
#define FAST_THREAD_LOCAL __thread
Expand Down

0 comments on commit ce6e58f

Please sign in to comment.