Ver Fonte

refactor: fix windows link error

peilin.wu há 1 ano atrás
pai
commit
3e17f663cf
1 ficheiros alterados com 2 adições e 2 exclusões
  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
 //