summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_utsname.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/OS_NS_sys_utsname.cpp')
-rw-r--r--ACE/ace/OS_NS_sys_utsname.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_sys_utsname.cpp b/ACE/ace/OS_NS_sys_utsname.cpp
index 10d531792d0..f2e6db46560 100644
--- a/ACE/ace/OS_NS_sys_utsname.cpp
+++ b/ACE/ace/OS_NS_sys_utsname.cpp
@@ -24,11 +24,12 @@ ACE_OS::uname (ACE_utsname *name)
# if defined (ACE_HAS_WIN32_GETVERSION)
/* Since MS found it necessary to deprecate these. */
+# pragma warning(push)
# pragma warning(disable:4996)
ACE_TEXT_OSVERSIONINFO vinfo;
vinfo.dwOSVersionInfoSize = sizeof(ACE_TEXT_OSVERSIONINFO);
ACE_TEXT_GetVersionEx (&vinfo);
-# pragma warning(enable:4996)
+# pragma warning(pop)
# endif
SYSTEM_INFO sinfo;