diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-18 06:54:24 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-18 06:54:24 +0400 |
commit | 89686cc730c61227b9874fb4be37c52108ac2c08 (patch) | |
tree | ff6ea80e85e756b566e5eb9ab20a3d910f501f58 | |
parent | 7b0a0d62660e467723a5b2e7942c1125e94a044f (diff) | |
download | kit-89686cc730c61227b9874fb4be37c52108ac2c08.zip |
test
-rw-r--r-- | source/kit/threads.win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit/threads.win32.c b/source/kit/threads.win32.c index d425a27..faac143 100644 --- a/source/kit/threads.win32.c +++ b/source/kit/threads.win32.c @@ -41,7 +41,7 @@ # include "threads.h" -# include "threads_win32.h" +# include "threads.win32.h" # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN 1 |