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:
@ -40,6 +40,10 @@ bool IsKeyDown(WPARAM wparam);
|
||||
// return 2.0.
|
||||
float GetDeviceScaleFactor();
|
||||
|
||||
// Returns the module handle that contains this code. When built as a DLL this
|
||||
// will be the DLL handle instead of the EXE handle.
|
||||
HINSTANCE GetCodeModuleHandle();
|
||||
|
||||
} // namespace client
|
||||
|
||||
#endif // CEF_TESTS_SHARED_BROWSER_UTIL_WIN_H_
|
||||
|
Reference in New Issue
Block a user