blob: aa0e6d5625391e6ec52333afdaaa02aa5ff16583 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/lib/includes/nghttp3/nghttp3.h
+++ b/lib/includes/nghttp3/nghttp3.h
@@ -55,7 +55,7 @@ extern "C" {
#include <nghttp3/version.h>
-#ifdef NGHTTP3_STATICLIB
+#if 1
# define NGHTTP3_EXTERN
#elif defined(WIN32)
# ifdef BUILDING_NGHTTP3
|