Skip to content

Commit

Permalink
More code test
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 11, 2024
1 parent 7c929f5 commit 16105b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/win32/nanoCLR/targetPAL_Events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ static uint32_t SystemEvents;

bool Events_Initialize()
{
Events_Initialize_Platform();

std::unique_lock scopeLock(EventsMutex);
SystemEvents = 0;
return TRUE;
Expand Down

0 comments on commit 16105b6

Please sign in to comment.