summaryrefslogtreecommitdiff
path: root/ACE-INSTALL.html
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-16 20:48:37 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-16 20:48:37 +0000
commit38a2bc12fbee31ba76bcca52cee249685945688d (patch)
tree7b94b159be21ca286f4434e8f7b1a6155df41eca /ACE-INSTALL.html
parent8629c6e6746fff262b7eb537dc1865203e34bf0a (diff)
downloadATCD-38a2bc12fbee31ba76bcca52cee249685945688d.tar.gz
On win32, we should include "ace/config-win32.h" instead of "config-win32.h".
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r--ACE-INSTALL.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 05599834f2a..788ad930a3b 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -601,7 +601,7 @@ Gonzalo A. Diethelm</A>, so contact him for any further directions.<P>
<LI> Create a file called config.h in the ACE_ROOT\ace directory
that contains: <BR>
<BR>
- <CODE>#include "config-win32.h"</CODE><BR>
+ <CODE>#include "ace/config-win32.h"</CODE><BR>
<BR>
<LI> Now load up the project file for ACE (ACE_ROOT\ace\ACE_Library.mdp or
ACE_ROOT\ace\ace.dsw). If you are using MSVC 4.x, you will
@@ -635,7 +635,7 @@ Gonzalo A. Diethelm</A>, so contact him for any further directions.<P>
<br>
<code>#define ACE_HAS_WINCE</code>
<br>
- before including &lt;config-win32.h&gt;. Notice that CE uses a
+ before including &lt;ace/config-win32.h&gt;. Notice that CE uses a
different set of dsw/dsp files.<br> <br>
The default project files which build ACE library have various