mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 112.0.5615.0
- Windows: VS2022 and Win11 SDK 10.0.22621.0 are now required.
This commit is contained in:
20
patch/patches/base_logging_4294575.patch
Normal file
20
patch/patches/base_logging_4294575.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
diff --git base/logging.cc base/logging.cc
|
||||
index 496e68dfcd33a..b1b0af0710f28 100644
|
||||
--- base/logging.cc
|
||||
+++ base/logging.cc
|
||||
@@ -20,6 +20,7 @@
|
||||
#include "base/debug/crash_logging.h"
|
||||
#include "base/immediate_crash.h"
|
||||
#include "base/pending_task.h"
|
||||
+#include "base/process/process_handle.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "base/task/common/task_annotator.h"
|
||||
#include "base/trace_event/base_tracing.h"
|
||||
@@ -72,7 +73,6 @@ typedef HANDLE FileHandle;
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
-#include "base/process/process_handle.h"
|
||||
#define MAX_PATH PATH_MAX
|
||||
typedef FILE* FileHandle;
|
||||
#endif
|
Reference in New Issue
Block a user