Skip to content

Commit e0a47e3

Browse files
committed
Fix macro redefinition warning in create_webserver.cpp
Remove explicit #define HTTPSERVER_COMPILATION as it is already defined by the build system via command line flags.
1 parent b4cda18 commit e0a47e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/create_webserver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
USA
1919
*/
2020

21-
#define HTTPSERVER_COMPILATION
22-
2321
#if defined(_WIN32) && !defined(__CYGWIN__)
2422
#define _WINDOWS
2523
#undef _WIN32_WINNT

0 commit comments

Comments
 (0)