diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-06 18:18:31 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-06 18:18:31 +0000 |
commit | 880f62c1836494b75d6234a56eaaf651e35634ff (patch) | |
tree | 2bc5569c286f475a2af8ec8da48f4228ac371910 /ace/config-win32-common.h | |
parent | a3b5ebf070b2447e3c401b8ce9156d3a4e9cbfec (diff) | |
download | ATCD-880f62c1836494b75d6234a56eaaf651e35634ff.tar.gz |
ChangeLogTag:Tue Mar 6 10:16:31 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 0478d939cbe..456d6f53476 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -19,8 +19,6 @@ // Define this if you're running NT 4.x // Setting applies to : building ACE // Runtime restrictions: System must be Windows NT => 4.0 -// Additonal notes: Defining _WIN32_WINNT as 0x0400 implies ACE_HAS_WINSOCK2 -// unless you set ACE_HAS_WINSOCK2 to 0 in the config.h file. #if !defined (ACE_HAS_WINNT4) # define ACE_HAS_WINNT4 1 // assuming Win NT 4.0 or greater #endif |