Skip to content

Commit

Permalink
Disable CEF sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jushar committed Mar 13, 2017
1 parent 268c42c commit 26c998a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Client/ceflauncher_DLL/Main.cpp
Expand Up @@ -13,7 +13,7 @@
#include <string>
#include <cef3/include/cef_sandbox_win.h>

#define CEF_ENABLE_SANDBOX
//#define CEF_ENABLE_SANDBOX
#ifdef CEF_ENABLE_SANDBOX
#pragma comment(lib, "cef_sandbox.lib")
#endif
Expand Down
2 changes: 1 addition & 1 deletion Client/cefweb/CWebCore.cpp
Expand Up @@ -18,7 +18,7 @@
#include "WebBrowserHelpers.h"
#include "CWebApp.h"

#define CEF_ENABLE_SANDBOX
//#define CEF_ENABLE_SANDBOX
#ifdef CEF_ENABLE_SANDBOX
#pragma comment(lib, "cef_sandbox.lib")
#endif
Expand Down

0 comments on commit 26c998a

Please sign in to comment.