diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-24 09:48:55 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-24 09:48:55 +0000 |
commit | 19803029f50dbba5d851692c1292af3f875641fb (patch) | |
tree | b8e3420dc093225f2d59cad2ce07772b78075523 /ace/OS_NS_errno.h | |
parent | b90435431357deda25d83afa05a1e52c0ae71091 (diff) | |
download | ATCD-19803029f50dbba5d851692c1292af3f875641fb.tar.gz |
ChangeLogTag:Thu Nov 24 01:38:57 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/OS_NS_errno.h')
-rw-r--r-- | ace/OS_NS_errno.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS_NS_errno.h b/ace/OS_NS_errno.h index e8e6ce9f536..740a176f706 100644 --- a/ace/OS_NS_errno.h +++ b/ace/OS_NS_errno.h @@ -77,8 +77,6 @@ private: static DWORD errno_key_; }; -ACE_END_VERSIONED_NAMESPACE_DECL - # define errno (* (ACE_CE_Errno::instance ())) #endif /* ACE_HAS_WINCE_BROKEN_ERRNO */ @@ -88,6 +86,8 @@ ACE_END_VERSIONED_NAMESPACE_DECL # define ACE_ERRNO_TYPE int #endif /* ACE_HAS_WINCE_BROKEN_ERRNO */ +ACE_END_VERSIONED_NAMESPACE_DECL + # if defined (ACE_HAS_INLINED_OSCALLS) # if defined (ACE_INLINE) # undef ACE_INLINE |