Skip to content

Commit

Permalink
platform.h: defined a dummy atomic_uint for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 12, 2024
1 parent d589666 commit 63f4383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@

#if defined(_MSC_VER)
#define _Atomic
#define atomic_uint unsigned int
#endif

#if !defined(__BEGIN_EXTERN_C)
Expand Down

0 comments on commit 63f4383

Please sign in to comment.