summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 7407e30364f..d96414bb81d 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -7189,11 +7189,10 @@ ace_main_i
* As there is no such thing as text-based programs on Windows
* CE. We need to create a windows to read the command prompt
* and bridge the output windows with the original ACE program
- * entry point. You'll need to link your program with
- * "ace-windows.lib" for this to work. You can refer to
- * $ACE_ROOT/WindowsCE/Main for how I use a dialog box to run
- * the original ACE programs. This is certainly not the only
- * way to use ACE in Windows programs.
+ * entry point.
+ *
+ * This class is obsolete and will be removed in the future version
+ * of ACE.
*/
class ACE_OS_Export ACE_CE_Bridge