Skip to content

Commit c6c18a9

Browse files
authored
Revert "deps: V8: forward declaration of Rtl*FunctionTable"
This reverts commit 01bc8e6. PR-URL: #45119 Refs: #45118 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent fa7e08c commit c6c18a9

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.16',
39+
'v8_embedder_string': '-node.17',
4040

4141
##### V8 defaults for Node.js #####
4242

deps/v8/src/diagnostics/unwinding-info-win64.cc

-30
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,6 @@
2121
// This has to come after windows.h.
2222
#include <versionhelpers.h> // For IsWindows8OrGreater().
2323

24-
// Forward declaration to keep this independent of Win8
25-
NTSYSAPI
26-
DWORD
27-
NTAPI
28-
RtlAddGrowableFunctionTable(
29-
_Out_ PVOID* DynamicTable,
30-
_In_reads_(MaximumEntryCount) PRUNTIME_FUNCTION FunctionTable,
31-
_In_ DWORD EntryCount,
32-
_In_ DWORD MaximumEntryCount,
33-
_In_ ULONG_PTR RangeBase,
34-
_In_ ULONG_PTR RangeEnd
35-
);
36-
37-
38-
NTSYSAPI
39-
void
40-
NTAPI
41-
RtlGrowFunctionTable(
42-
_Inout_ PVOID DynamicTable,
43-
_In_ DWORD NewEntryCount
44-
);
45-
46-
47-
NTSYSAPI
48-
void
49-
NTAPI
50-
RtlDeleteGrowableFunctionTable(
51-
_In_ PVOID DynamicTable
52-
);
53-
5424
namespace v8 {
5525
namespace internal {
5626
namespace win64_unwindinfo {

0 commit comments

Comments
 (0)