summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-16 00:49:57 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-16 00:49:57 +0000
commit9d300eb880bbc339f63884abda545cdf13db9e54 (patch)
treed9fbb41aacf97e9b193d05c3eaa873ae5d4f8cce /ace/config-win32-common.h
parent7f32c43726bf4f056667ee74eec76cf0dbdb502c (diff)
downloadATCD-9d300eb880bbc339f63884abda545cdf13db9e54.tar.gz
ChangeLogTag:Sat Jan 15 15:49:28 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r--ace/config-win32-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 4c715eaa310..29c939d314f 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -294,6 +294,9 @@ typedef unsigned __int64 ACE_UINT64;
// Compiler/platform has thread-specific storage
# define ACE_HAS_THREAD_SPECIFIC_STORAGE
+// Win32 doesn't have fcntl
+#define ACE_LACKS_FCNTL
+
// must have _MT defined to include multithreading
// features from win32 headers
# if !defined(_MT)