diff options
author | Mark Brand <[email protected]> | 2013-02-24 14:36:53 +0000 |
---|---|---|
committer | Mark Brand <[email protected]> | 2013-02-24 15:07:29 +0000 |
commit | b3da0873060ee6e09fa20d449d895c219f032faf (patch) | |
tree | ce23667aa983dcf88a4f77b3228a408f86083bbd /src/platforms/windows/windowsHandler.cpp | |
parent | Fixed SMTP dot stuffing at the beginning of content. (diff) | |
download | vmime-b3da0873060ee6e09fa20d449d895c219f032faf.tar.gz vmime-b3da0873060ee6e09fa20d449d895c219f032faf.zip |
fix include file case
Diffstat (limited to '')
-rw-r--r-- | src/platforms/windows/windowsHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp index e399cb50..8bbfe37b 100644 --- a/src/platforms/windows/windowsHandler.cpp +++ b/src/platforms/windows/windowsHandler.cpp @@ -38,7 +38,7 @@ #include <process.h> #include <windows.h> // for winnls.h #include <winsock2.h> // for WSAStartup() -#include <Ws2tcpip.h> +#include <ws2tcpip.h> #include <wincrypt.h> #if VMIME_HAVE_MLANG |