Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix issues exposed by building with MSVC and /permissive-. #11269

Merged
merged 1 commit into from
Apr 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vm/sampleprofiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SampleProfiler
static void WalkManagedThreads();

// Profiling thread proc. Invoked on a new thread when profiling is enabled.
static DWORD WINAPI SampleProfiler::ThreadProc(void *args);
static DWORD WINAPI ThreadProc(void *args);

// True when profiling is enabled.
static Volatile<BOOL> s_profilingEnabled;
Expand Down