WinCE fixes

This commit is contained in:
Guenter Obiltschnig
2012-10-15 09:29:26 +00:00
parent dc11b4aa65
commit b6963f0bc9
10 changed files with 157 additions and 81 deletions

View File

@@ -42,7 +42,6 @@
using Poco::Path;
using Poco::PathSyntaxException;
using Poco::Random;
using Poco::Environment;
@@ -1458,7 +1457,7 @@ void PathTest::testAbsolute()
void PathTest::testRobustness()
{
Random r;
Poco::Random r;
for (int i = 0; i < 256; ++i)
{
int len = r.next(1024);