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

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

0 comments on commit b9fd7cc

Please sign in to comment.