aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/platforms/windows/windowsHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/windows/windowsHandler.cpp b/src/platforms/windows/windowsHandler.cpp
index d4a9ecef..d6f28037 100644
--- a/src/platforms/windows/windowsHandler.cpp
+++ b/src/platforms/windows/windowsHandler.cpp
@@ -227,7 +227,7 @@ const vmime::string windowsHandler::getHostName() const
const unsigned int windowsHandler::getProcessId() const
{
- return (static_cast <unsigned int>(::GetCurrentProcessId());
+ return (static_cast <unsigned int>(::GetCurrentProcessId()));
}