Commit 38182314 by Alexis Hetu Committed by Alexis Hétu

Build fix

WaitForDebugger function was undefined. Change-Id: I578e99638bddc40c56817cfc66ed5787f1cdc6e7 Reviewed-on: https://swiftshader-review.googlesource.com/8953Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 8e942eb2
...@@ -147,7 +147,7 @@ extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved ...@@ -147,7 +147,7 @@ extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved
switch(reason) switch(reason)
{ {
case DLL_PROCESS_ATTACH: case DLL_PROCESS_ATTACH:
#ifndef NDEBUG #ifdef DEBUGGER_WAIT_DIALOG
WaitForDebugger(instance); WaitForDebugger(instance);
#endif #endif
egl::attachProcess(); egl::attachProcess();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment