mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
latest changes from main rep
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ServerApplication.cpp
|
||||
//
|
||||
// $Id: //poco/Main/Util/src/ServerApplication.cpp#20 $
|
||||
// $Id: //poco/Main/Util/src/ServerApplication.cpp#21 $
|
||||
//
|
||||
// Library: Util
|
||||
// Package: Application
|
||||
@@ -51,7 +51,7 @@
|
||||
#elif defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#include "Poco/Util/WinService.h"
|
||||
#include <windows.h>
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#endif
|
||||
#if defined(POCO_WIN32_UTF8)
|
||||
#include "Poco/UnicodeConverter.h"
|
||||
@@ -80,7 +80,7 @@ ServerApplication::ServerApplication()
|
||||
{
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
_action = SRV_RUN;
|
||||
memset(&_serviceStatus, 0, sizeof(_serviceStatus));
|
||||
std::memset(&_serviceStatus, 0, sizeof(_serviceStatus));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user