mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
win: Add bootstrap[c].exe for sandbox integration (see #3824)
Replace cef_sandbox.lib usage with bootstrap executables. See the SandboxSetup Wiki page for details.
This commit is contained in:
@ -21,8 +21,10 @@
|
||||
#elif defined(OS_LINUX)
|
||||
#include <X11/keysym.h>
|
||||
#elif defined(OS_WIN)
|
||||
#include "tests/shared/browser/util_win.h"
|
||||
|
||||
// Required for resource_util_win, which uses this as an extern
|
||||
HINSTANCE hInst = ::GetModuleHandle(nullptr);
|
||||
HINSTANCE hInst = client::GetCodeModuleHandle();
|
||||
#endif
|
||||
|
||||
// Set to 1 to enable verbose debugging info logging.
|
||||
|
Reference in New Issue
Block a user