8000 Added undef for write to resolve ambiguity · omega2amm/esp32_https_server@15546d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15546d7

Browse files
committed
Added undef for write to resolve ambiguity
1 parent 0936e38 commit 15546d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

https/HTTPResponse.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// Arduino declares it's own min max, incompatible with the stl...
1414
#undef min
1515
#undef max
16+
#undef write
1617
#include <vector>
1718

1819
#include <openssl/ssl.h>

0 commit comments

Comments
 (0)
0