mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 05:29:41 +01:00
enabled WinRegistryKey and WinRegistryConfiguration for WinCE
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
//
|
||||
|
||||
|
||||
#if !defined(_WIN32_WCE)
|
||||
|
||||
|
||||
#include "WinRegistryTest.h"
|
||||
#include "CppUnit/TestCaller.h"
|
||||
#include "CppUnit/TestSuite.h"
|
||||
@@ -131,6 +128,3 @@ CppUnit::Test* WinRegistryTest::suite()
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
|
||||
#endif // _WIN32_WCE
|
||||
Reference in New Issue
Block a user