diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-05 07:54:40 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-05 07:54:40 +0000 |
commit | 9ad872312904cb29cbe8f031711a81cb55af63f0 (patch) | |
tree | 4710da697e429148bdf01f5830bfcdaa3354f34a /cppe/src/IceE/Instance.cpp | |
parent | cleanup. (diff) | |
download | ice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.bz2 ice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.xz ice-9ad872312904cb29cbe8f031711a81cb55af63f0.zip |
cleanup.
Diffstat (limited to 'cppe/src/IceE/Instance.cpp')
-rw-r--r-- | cppe/src/IceE/Instance.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cppe/src/IceE/Instance.cpp b/cppe/src/IceE/Instance.cpp index 2fb87cfa5e5..3fdb8b17598 100644 --- a/cppe/src/IceE/Instance.cpp +++ b/cppe/src/IceE/Instance.cpp @@ -31,8 +31,6 @@ #include <IceE/StaticMutex.h> -#include <stdio.h> - #ifdef _WIN32 # include <winsock2.h> #else @@ -524,6 +522,7 @@ IceInternal::Instance::finishSetup(int& argc, char* argv[]) } #endif +#ifndef _WIN32_WCE // // Show process id if requested (but only once). // @@ -542,7 +541,6 @@ IceInternal::Instance::finishSetup(int& argc, char* argv[]) printProcessIdDone = true; } -#ifndef _WIN32_WCE if(printProcessId) { #ifdef _WIN32 |