diff options
author | Adrian Frühwirth | 2018-04-25 09:36:32 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-04-25 09:38:39 +0200 |
commit | 09dbb50ee4a48bd3b6ab075c09d92f0a8ac2e77a (patch) | |
tree | 5e1ab5e5c9e64e80c959d9d8ef17b06682dccadd /README | |
parent | 3eb8ba54131c58b1fc2b0c6c482b35c3bd7576b4 (diff) | |
download | scummvm-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>). |