Browse Source

refactor: fix windows link error

peilin.wu 1 year ago
parent
commit
3e17f663cf
1 changed files with 2 additions and 2 deletions
  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
 //