summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-27 23:50:51 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-27 23:50:51 +0000
commitca0af8f19395bd76be6e0a5d2cd72faf1f3ca881 (patch)
tree4f96b086ef34e5f1778460bac3d44cec111d0ed4 /ACE-INSTALL.html
parent53e2e70a391fef685c7f8fce88e081d0ba9b5185 (diff)
downloadATCD-ca0af8f19395bd76be6e0a5d2cd72faf1f3ca881.tar.gz
ChangeLogTag:Thu Sep 27 06:12:21 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 831e26a119c..2ebc1188a92 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -1273,14 +1273,14 @@ these compilers but probably not without a bit of effort. <P>
in your PATH whenever you run programs that uses ACE. Otherwise
you may experience problems finding ace.dll or aced.dll.<BR>
<BR>
- <LI>If you are building for Windows NT then you can start building
+ <LI>If you are building for Windows NT or Windows 2K then you can start building
without anymore changes. If you are building on Windows 9x/Me,
then you should add the line <BR>
<BR>
<CODE>#define ACE_HAS_WINNT4 0</CODE><BR>
<BR>
before the #include statement in ACE_ROOT\ace\config.h and it
- will turn off some Windows NT specific code in ACE.<BR>
+ will turn off some WinNT/Win2K-specific code in ACE.<BR>
<BR>
<li>If you want to use the standard C++ headers (iostream, cstdio, ...
as defined by the C++ Standard Draft 2) that comes with MSVC,
@@ -1520,8 +1520,8 @@ The steps we followed in the build are:
#include "ace/config-win32.h"
</pre></code></blockquote>
- If you are building for Windows 9X/Me (ie, <EM>not</EM> NT or
- 2000), you will need to add:
+ If you are building for Windows 9X/Me (ie, <EM>not</EM> WinNT or
+ Win2K), you will need to add:
<blockquote><code><pre>
#define ACE_HAS_WINNT4 0