mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
WinCE fixes
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
//
|
||||
|
||||
|
||||
#if !defined(_WIN32_WCE)
|
||||
|
||||
|
||||
#include "WinConfigurationTest.h"
|
||||
#include "CppUnit/TestCaller.h"
|
||||
#include "CppUnit/TestSuite.h"
|
||||
@@ -147,3 +150,6 @@ CppUnit::Test* WinConfigurationTest::suite()
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
|
||||
#endif // _WIN32_WCE
|
||||
Reference in New Issue
Block a user