Skip to content

Commit

Permalink
fixup! feat: replace custom bool type with bool type in stdbool.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Aug 24, 2024
1 parent ef101eb commit c275efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/thread/src/windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <windows.h>
#include <process.h>
#include <yutil.h>
#include <stdbool.h>
#include "thread.h"

typedef union thread_mutex_record_t {
Expand Down

0 comments on commit c275efc

Please sign in to comment.