Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtum authored Sep 26, 2024
1 parent e69b147 commit 61d6d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/core/Sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ namespace Core {
size_t SharedSemaphore::Size()
{
#ifdef __WINDOWS__
ASSERT(false)
ASSERT(false);
return 0;
#else
return sizeof(sem_t);
Expand Down

0 comments on commit 61d6d76

Please sign in to comment.