Commit 3a12f776 by Jamie Madill

Revert "Fix compile failure on build systems with UNICODE defined."

Earlier patch causing errors on D3D9: http://build.chromium.org/p/chromium.gpu.fyi/builders/Win7%20Release%20%28NVIDIA%29/builds/15149 This reverts commit acb0a1a6. Change-Id: I1956c57224ecf1c0caee2c3f624d1a871d171686 Reviewed-on: https://chromium-review.googlesource.com/267674Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent acb0a1a6
......@@ -302,7 +302,7 @@ egl::Error DisplayD3D::initialize(egl::Display *display)
childWindowClassDesc.cbClsExtra = 0;
childWindowClassDesc.cbWndExtra = 0;
childWindowClassDesc.hInstance = GetModuleHandle(nullptr);
childWindowClassDesc.hIcon = nullptr;
childWindowClassDesc.hIcon = LoadIconA(nullptr, IDI_APPLICATION);
childWindowClassDesc.hCursor = LoadCursorA(nullptr, idcArrow);
childWindowClassDesc.hbrBackground = 0;
childWindowClassDesc.lpszMenuName = nullptr;
......
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