diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-13 21:47:14 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-13 21:49:27 +0200 |
| commit | e9e5f4bdb1dcd043aa9a60e15f3f6ed52a1c96e8 (patch) | |
| tree | 59b5ea60bac8ecc0600f9a551b70eed8f24c3f26 /documentation/src/preface.dox | |
| parent | a6651e10ffc1753945faf8de0192cf74effc80d8 (diff) | |
Remove "MS" from "MS Windows" in docs code, and comments
The system (platform) is called "Windows", "MS Windows" doesn't make
much sense. I removed "MS" for consistency.
Diffstat (limited to 'documentation/src/preface.dox')
| -rw-r--r-- | documentation/src/preface.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox index f325c4dc8..67304fbd2 100644 --- a/documentation/src/preface.dox +++ b/documentation/src/preface.dox @@ -69,11 +69,11 @@ The X Window System version 11. \par Xlib The X Window System interface library. -\par MS Windows, <tt>WIN32</tt> +\par Windows, <tt>WIN32</tt> The Microsoft Windows Application Programmer's Interface for Windows 2000, Windows XP, Windows Vista, Windows 7 and later Windows versions. FLTK uses the preprocessor definition <tt>_WIN32</tt> for the 32 bit -and 64 bit MS Windows API. +and 64 bit Windows API. \par OS X, <tt>__APPLE__</tt> The Apple desktop operating sytem OS X 10.0 and later. MacOS 8 and 9 support |
