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 9cdeb7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion targets/win32/nanoCLR/targetPAL_Events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ static uint32_t SystemEvents;

bool Events_Initialize()
{
std::unique_lock scopeLock(EventsMutex);
//Events_Initialize_Platform();

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

0 comments on commit 9cdeb7f

Please sign in to comment.