gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 04/22: mhd_options: use standard _MHD_EXTERN if file use


From: gnunet
Subject: [libmicrohttpd] 04/22: mhd_options: use standard _MHD_EXTERN if file used outside the library
Date: Sun, 25 Sep 2022 17:43:39 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 403f3b8e6ad06ff556029e23d8c4c7d519e8c29c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Sep 24 18:28:06 2022 +0300

    mhd_options: use standard _MHD_EXTERN if file used outside the library
---
 src/include/mhd_options.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/include/mhd_options.h b/src/include/mhd_options.h
index 9184e1ac..dbfc2409 100644
--- a/src/include/mhd_options.h
+++ b/src/include/mhd_options.h
@@ -41,6 +41,9 @@
  */
 #define _(String) (String)
 
+#if defined(_MHD_EXTERN) && ! defined(BUILDING_MHD_LIB)
+#undef _MHD_EXTERN
+#endif /* _MHD_EXTERN && ! BUILDING_MHD_LIB */
 
 #ifndef _MHD_EXTERN
 #if defined(BUILDING_MHD_LIB) && defined(_WIN32) && \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]