mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-07 19:44:45 +02:00
-added Windows Embedded Compact 2013 support
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
int _tmain(int argc, wchar_t* argv[])
|
||||
int wmain(int argc, wchar_t* argv[])
|
||||
{
|
||||
std::vector<std::string> args;
|
||||
for (int i = 0; i < argc; ++i)
|
||||
|
Reference in New Issue
Block a user