summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-19 08:43:29 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-19 08:43:29 +0000
commitc009942614d8569d0a09a2d74ced1794e91818ff (patch)
treeadf299ff81b5c2017d4e15ce241e1f8249e5c3fa /ace/ACE.cpp
parent274cf51e12b05fb4ccde01a84930616d56508623 (diff)
downloadATCD-c009942614d8569d0a09a2d74ced1794e91818ff.tar.gz
Oops! Win32 specific code must be conditionally compiled.
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index a1143b8986a..07dadc9d28b 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -786,7 +786,9 @@ ACE::ldfind (const ASYS_TCHAR filename[],
}
ACE_OS::free ((void *) ld_path);
+#if defined (ACE_WIN32) && defined (_DEBUG) && !defined (ACE_DISABLE_DEBUG_DLL_CHECK)
if (result == 0 || tag == 0)
+#endif /* ACE_WIN32 && _DEBUG && !ACE_DISABLE_DEBUG_DLL_CHECK */
return result;
}
}