diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-03-23 13:02:09 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-03-23 13:02:09 +0000 |
commit | cd3cf489b5d1e5ddf2cfdf3312f78c34de742bca (patch) | |
tree | 1b8e8947b502265ff253419a25d2158e5cd7eee3 /cpp/src/IceUtil/UUID.cpp | |
parent | Fix (diff) | |
download | ice-cd3cf489b5d1e5ddf2cfdf3312f78c34de742bca.tar.bz2 ice-cd3cf489b5d1e5ddf2cfdf3312f78c34de742bca.tar.xz ice-cd3cf489b5d1e5ddf2cfdf3312f78c34de742bca.zip |
Fix
Diffstat (limited to 'cpp/src/IceUtil/UUID.cpp')
-rw-r--r-- | cpp/src/IceUtil/UUID.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceUtil/UUID.cpp b/cpp/src/IceUtil/UUID.cpp index ffe36ea57ab..f6a32118a7b 100644 --- a/cpp/src/IceUtil/UUID.cpp +++ b/cpp/src/IceUtil/UUID.cpp @@ -22,6 +22,7 @@ using namespace std; +#ifndef _WIN32 namespace IceUtil { @@ -32,6 +33,7 @@ namespace IceUtil void generateRandomAndGetPid(char*, int, char*); }; +#endif // Helper char to hex functions // |