diff options
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index a86ef6afc26..031d3a723bd 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -770,7 +770,7 @@ IceInternal::Instance::finishSetup(int& argc, char* argv[]) if(printProcessId) { -#ifdef _WIN32 +#ifdef _MSC_VER cout << _getpid() << endl; #else cout << getpid() << endl; |