MCPcopy Create free account
hub / github.com/bwapi/bwapi / SetDebug

Function SetDebug

bwapi/BWAPI/Source/DLLMain.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void SetDebug()
227{
228#ifdef _DEBUG
229 _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
230#endif
231}
232
233//------------------------------------------------- DLL MAIN -------------------------------------------------
234BOOL APIENTRY DllMain(HMODULE, DWORD ul_reason_for_call, LPVOID)

Callers 1

DllMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected