diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-09 08:27:31 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-09 08:27:31 +0000 |
commit | f0c080fdc364d753e4858872160be9e46c9c72ee (patch) | |
tree | 9000a3a9fd0ef9533bce2ec9ee8574bb0253ac78 /ace/config-win32.h | |
parent | 75c135d4ee37b69f112affec1948ef387456dce9 (diff) | |
download | ATCD-f0c080fdc364d753e4858872160be9e46c9c72ee.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r-- | ace/config-win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h index 531e74ce34f..62f448a54f1 100644 --- a/ace/config-win32.h +++ b/ace/config-win32.h @@ -14,6 +14,7 @@ // 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. // #define _WIN32_WINNT 0x0400 // Uncomment this, if you want ACE to use CWinThread. This should |