blob: 5c90b20e1db199b62ee00a728df47e99b4613351 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/lib/includes/ngtcp2/ngtcp2.h
+++ b/lib/includes/ngtcp2/ngtcp2.h
@@ -64,7 +64,7 @@
#include <ngtcp2/version.h>
-#ifdef NGTCP2_STATICLIB
+#if 1
# define NGTCP2_EXTERN
#elif defined(WIN32)
# ifdef BUILDING_NGTCP2
|