aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian Frühwirth2018-04-25 09:36:32 +0200
committerAdrian Frühwirth2018-04-25 09:38:39 +0200
commit09dbb50ee4a48bd3b6ab075c09d92f0a8ac2e77a (patch)
tree5e1ab5e5c9e64e80c959d9d8ef17b06682dccadd /README
parent3eb8ba54131c58b1fc2b0c6c482b35c3bd7576b4 (diff)
downloadscummvm-rg350-09dbb50ee4a48bd3b6ab075c09d92f0a8ac2e77a.tar.gz
scummvm-rg350-09dbb50ee4a48bd3b6ab075c09d92f0a8ac2e77a.tar.bz2
scummvm-rg350-09dbb50ee4a48bd3b6ab075c09d92f0a8ac2e77a.zip
README: Remove out-of-date reference to Win9x/NT/XP in connection with WinDbg
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e318b63b8d..afb153dd53 100644
--- a/README
+++ b/README
@@ -2863,7 +2863,7 @@ need to install nasm assembler (see <https://www.nasm.us/>). Note that
we currently only have x86 MMX optimized versions, and they will not
compile on other processors.
-On Win9x/NT/XP, you can define USE_WINDBG and attach WinDbg to browse
+On Windows, you can define USE_WINDBG and attach WinDbg to browse
debug messages (see <https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/index>).