WIP checkpoint
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -71,7 +71,6 @@ void InitCRTHandlers()
|
||||
void InitCRTHandlers() {}
|
||||
#endif
|
||||
|
||||
#ifndef SOFTCODE
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// This is an entry to DLL initialization function that must be called for each loaded module
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
@@ -136,8 +135,6 @@ void* GetDetachEnvironmentSymbol()
|
||||
return reinterpret_cast<void*>(&DetachEnvironment);
|
||||
}
|
||||
|
||||
#endif // !defined(SOFTCODE)
|
||||
|
||||
bool g_bProfilerEnabled = false;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user