diff --git a/Util/src/WinService.cpp b/Util/src/WinService.cpp index 3dfe4f5c3..47786513d 100644 --- a/Util/src/WinService.cpp +++ b/Util/src/WinService.cpp @@ -332,7 +332,7 @@ void WinService::setFailureActions(FailureActionVector failureActions, const std WinService::FailureActionTypeVector WinService::getFailureAction() const { open(); int size = 4096; - DWORD_PTR bytesNeeded; + DWORD bytesNeeded; POCO_LPSERVICE_FAILURE_ACTION pSvcFailureAction = (POCO_LPSERVICE_FAILURE_ACTION)LocalAlloc(LPTR, size); if (!pSvcFailureAction) throw OutOfMemoryException("cannot allocate service failure action buffer"); try { diff --git a/Util/testsuite/TestSuite_x64_vs150.vcxproj b/Util/testsuite/TestSuite_x64_vs150.vcxproj index a96a55d60..921a2a883 100644 --- a/Util/testsuite/TestSuite_x64_vs150.vcxproj +++ b/Util/testsuite/TestSuite_x64_vs150.vcxproj @@ -1,4 +1,4 @@ - + @@ -32,7 +32,7 @@ TestSuite Win32Proj - + Application MultiByte @@ -63,27 +63,27 @@ MultiByte v141 - - + + - + - + - + - + - + - + - + <_ProjectFileVersion>15.0.27625.0 TestSuited @@ -136,7 +136,7 @@ true true true - + Level3 ProgramDatabase Default @@ -167,9 +167,9 @@ true true true - + Level3 - + Default @@ -196,7 +196,7 @@ true true true - + Level3 ProgramDatabase Default @@ -227,9 +227,9 @@ true true true - + Level3 - + Default @@ -256,7 +256,7 @@ true true true - + Level3 ProgramDatabase Default @@ -287,9 +287,9 @@ true true true - + Level3 - + Default @@ -304,60 +304,62 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + \ No newline at end of file diff --git a/Util/testsuite/TestSuite_x64_vs150.vcxproj.filters b/Util/testsuite/TestSuite_x64_vs150.vcxproj.filters index 3b0f9c5f4..dca9135aa 100644 --- a/Util/testsuite/TestSuite_x64_vs150.vcxproj.filters +++ b/Util/testsuite/TestSuite_x64_vs150.vcxproj.filters @@ -138,6 +138,9 @@ Timer\Header Files + + Windows\Header Files + @@ -218,5 +221,8 @@ Timer\Source Files + + Windows\Source Files + \ No newline at end of file