diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-02-20 16:12:33 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-02-20 16:12:33 +0000 |
commit | ffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e (patch) | |
tree | f6e224cc2789b7a33024405b1002f6c74bec95d4 /cppe/test | |
parent | Fix for VS2005 support (diff) | |
download | ice-ffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e.tar.bz2 ice-ffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e.tar.xz ice-ffce8d0ac32b8ae6af8e5ea3a283b51e0a29b13e.zip |
VS 2005 support
Diffstat (limited to 'cppe/test')
-rwxr-xr-x | cppe/test/Common/TestCommon.cpp | 1 | ||||
-rw-r--r-- | cppe/test/IceE/thread/CreateTest.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cppe/test/Common/TestCommon.cpp b/cppe/test/Common/TestCommon.cpp index 24ca71a5d5e..3d8f03a0dfb 100755 --- a/cppe/test/Common/TestCommon.cpp +++ b/cppe/test/Common/TestCommon.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceE/DisableWarnings.h> #include <TestCommon.h> #include <TestApplication.h> diff --git a/cppe/test/IceE/thread/CreateTest.cpp b/cppe/test/IceE/thread/CreateTest.cpp index 4e973a9d68d..d12dc62cb30 100644 --- a/cppe/test/IceE/thread/CreateTest.cpp +++ b/cppe/test/IceE/thread/CreateTest.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceE/DisableWarnings.h> #include <IceE/IceE.h> #include <stdio.h> |