summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-01-25 16:01:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-01-25 16:01:46 +0000
commit5eedceaa3e4ea10c3f6d656834f961ea8e3b297d (patch)
tree7394d21b7f87712b723f3a6ce24385db72194070
parentf92ae026794d91aa1071dd4d1a593ad035cf7fd1 (diff)
downloadATCD-5eedceaa3e4ea10c3f6d656834f961ea8e3b297d.tar.gz
ChangeLogTag: Sun Jan 25 15:54:19 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/OS_NS_stdio.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/OS_NS_stdio.h b/ace/OS_NS_stdio.h
index cb566384504..91012b0a5b1 100644
--- a/ace/OS_NS_stdio.h
+++ b/ace/OS_NS_stdio.h
@@ -238,9 +238,8 @@ namespace ACE_OS {
#endif /* ACE_WIN32 */
FILE *fopen (const ACE_TCHAR *filename, const ACE_TCHAR *mode);
-#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
-# if defined (ACE_WIN32)
- // = Default Win32 Security Attributes definition.
+#if defined (ACE_WIN32)
+ /// Default Win32 Security Attributes definition.
ACE_NAMESPACE_INLINE_FUNCTION
LPSECURITY_ATTRIBUTES default_win32_security_attributes (LPSECURITY_ATTRIBUTES);
@@ -271,8 +270,7 @@ namespace ACE_OS {
extern ACE_Export HINSTANCE win32_resource_module_;
-# endif /* ACE_WIN32 */
-#endif
+#endif /* ACE_WIN32 */
extern ACE_Export
int fprintf (FILE *fp, const char *format, ...);