From f5848972f992e20093da85e91761c327e2f3d3ce Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 24 Apr 2015 15:05:28 -0700 Subject: Windows now builds and runs selftest correctly, and fixed a Windows (and possibly other platforms) issue in Phy<>. --- osdep/Http.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/Http.hpp') diff --git a/osdep/Http.hpp b/osdep/Http.hpp index a1882add..86759ad2 100644 --- a/osdep/Http.hpp +++ b/osdep/Http.hpp @@ -89,7 +89,7 @@ public: * * @return HTTP status code or 0 on error (responseBody will contain error message) */ - static inline unsigned int DELETE( + static inline unsigned int DEL( unsigned long maxResponseSize, unsigned long timeout, const struct sockaddr *remoteAddress, -- cgit v1.2.3