summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-08-19 11:26:49 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-08-19 11:31:50 +0200
commit58b64704327190dc5c09d22cd329970ec0094477 (patch)
tree586f0aabaea48d8af3e1ae1824d7a3c960a53812 /sd
parent745179a6336e1a56507f7211ed259c59f91dd1cc (diff)
Windows includes in lowercase, guys\! :)
Change-Id: I2c6f2553cd0a1657981de720b2398754253ec4d4
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/remotecontrol/mDNSResponder/CommonServices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h b/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
index 8326ea0e0e16..314e37900599 100755
--- a/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
+++ b/sd/source/ui/remotecontrol/mDNSResponder/CommonServices.h
@@ -264,7 +264,7 @@ extern "C" {
#include <windows.h>
#include <winsock2.h>
- #include <Ws2tcpip.h>
+ #include <ws2tcpip.h>
#if ( defined( _MSC_VER ) )
#pragma warning( default:4706 )