summaryrefslogtreecommitdiff
path: root/documentation/src/intro.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-02-09 14:39:42 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-02-09 14:39:42 +0000
commit52ae3582a2c7bb437df33c0a30bfd5a01d6c5282 (patch)
tree4f532a97ab0a6a1c2f96454290bc8803ee022f1f /documentation/src/intro.dox
parent30dad6a4aa2b94fe91783160c86abc75f9dc9e23 (diff)
Replace "WIN32" with "_WIN32" or "Windows".
Replace compiler/preprocessor/platform macro "WIN32" with "_WIN32". Replace "WIN32" in text and documentation with "Windows". Replace "MSWindows" with "Windows". To do: README.Windows.txt (and maybe other documentation as well) needs updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12655 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/intro.dox')
-rw-r--r--documentation/src/intro.dox12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox
index dc5d62fe6..cfb7d1c10 100644
--- a/documentation/src/intro.dox
+++ b/documentation/src/intro.dox
@@ -94,10 +94,10 @@ Here are some of the core features unique to FLTK:
\li The FLUID program (which includes every widget) is 538k.
-\li Written directly atop core libraries (Xlib, WIN32 or Cocoa) for
+\li Written directly atop core libraries (Xlib, Windows or Cocoa) for
maximum speed, and carefully optimized for code size and performance.
-\li Precise low-level compatibility between the X11, WIN32 and MacOS
+\li Precise low-level compatibility between the X11, Windows and MacOS
versions - only about 10% of the code is different.
\li Interactive user interface builder program. Output is human-readable
@@ -105,12 +105,12 @@ Here are some of the core features unique to FLTK:
\li Support for overlay hardware, with emulation if none is available.
-\li Very small & fast portable 2-D drawing library to hide Xlib, WIN32,
+\li Very small & fast portable 2-D drawing library to hide Xlib, Windows,
or QuickDraw.
\li OpenGL/Mesa drawing area widget.
-\li Support for OpenGL overlay hardware on both X11 and WIN32, with
+\li Support for OpenGL overlay hardware on both X11 and Windows, with
emulation if none is available.
\li Text widgets with cut & paste, undo, and support
@@ -191,7 +191,7 @@ You can run configure yourself to get the exact setup you need.
Type "./configure <options>", where options are:
\par --enable-cygwin
-Enable the Cygwin libraries under WIN32
+Enable the Cygwin libraries under Windows
\par --enable-debug
Enable debugging code & symbols
@@ -247,7 +247,7 @@ files to "includedir", and the library files to "libdir".
NOTE: This documentation section is currently under review.
More up-to-date information for this release may be available
-in the file "README.MSWindows.txt" and you should read
+in the file "README.Windows.txt" and you should read
that file to determine if there are changes that may be
applicable to your build environment.