mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
PocoDoc fixes
This commit is contained in:
@@ -84,9 +84,14 @@
|
||||
// discovered in Platform_WIN32.h.
|
||||
// #define POCO_FORCE_MIN_WINDOWS_OS_SUPPORT
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#if !defined(POCO_NO_WINDOWS_H)
|
||||
#include <windows.h>
|
||||
#ifdef __MINGW32__
|
||||
#include <Winsock2.h>
|
||||
#include <Iphlpapi.h>
|
||||
#include <ws2tcpip.h>
|
||||
#endif // __MINGW32__
|
||||
#endif
|
||||
|
||||
#if !defined(POCO_NO_UNWINDOWS)
|
||||
// A list of annoying macros to #undef.
|
||||
|
@@ -36,8 +36,8 @@
|
||||
-D_DEBUG,
|
||||
-E,
|
||||
-C,
|
||||
-DPOCO_NO_WINDOWS_H,
|
||||
-DPOCO_NO_GCC_API_ATTRIBUTE,
|
||||
-DPOCO_NO_WINDOWS_H
|
||||
-xc++
|
||||
</options>
|
||||
<path></path>
|
||||
|
@@ -254,6 +254,11 @@ protected:
|
||||
|
||||
logger().debug("exec " + exec);
|
||||
logger().debug("path " + path);
|
||||
for (int no = 0; no < args.size(); ++no)
|
||||
{
|
||||
logger().debug("arg " + args[no]);
|
||||
}
|
||||
|
||||
|
||||
if (usePipe)
|
||||
{
|
||||
|
Reference in New Issue
Block a user