mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
latest changes from main rep
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// RandomStream.cpp
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/src/RandomStream.cpp#13 $
|
||||
// $Id: //poco/Main/Foundation/src/RandomStream.cpp#14 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Crypt
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "Poco/Random.h"
|
||||
#include "Poco/SHA1Engine.h"
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#include <windows.h>
|
||||
#include "Poco/UnWindows.h"
|
||||
#include <wincrypt.h>
|
||||
#elif defined(POCO_OS_FAMILY_UNIX)
|
||||
#include <fcntl.h>
|
||||
|
||||
Reference in New Issue
Block a user