Quellcode durchsuchen

refactor: fix windows link error

peilin.wu vor 1 Jahr
Ursprung
Commit
3e17f663cf
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Sample/lib/node_add_on/protobuf_src/absl/base/options.h

+ 2 - 2
Sample/lib/node_add_on/protobuf_src/absl/base/options.h

@@ -225,8 +225,8 @@
 // be changed to a new, unique identifier name.  In particular "head" is not
 // allowed.
 
-#define ABSL_OPTION_USE_INLINE_NAMESPACE 0
-#define ABSL_OPTION_INLINE_NAMESPACE_NAME head
+#define ABSL_OPTION_USE_INLINE_NAMESPACE 1
+#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_20230802
 
 // ABSL_OPTION_HARDENED
 //