diff options
author | James Brown | 2002-05-07 06:44:14 +0000 |
---|---|---|
committer | James Brown | 2002-05-07 06:44:14 +0000 |
commit | 7100f8071318f7c9b30989f8193196d8bb36d536 (patch) | |
tree | 9721789c3f3edd71e5acf71551bc89ee925c11e6 | |
parent | 76370a99c9eeab5b74b4d09f1e6e8c59137c88ba (diff) | |
download | scummvm-rg350-7100f8071318f7c9b30989f8193196d8bb36d536.tar.gz scummvm-rg350-7100f8071318f7c9b30989f8193196d8bb36d536.tar.bz2 scummvm-rg350-7100f8071318f7c9b30989f8193196d8bb36d536.zip |
Fix wrong #define for WinDbg
svn-id: r4224
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index d532d041ee..b77d9899ba 100644 --- a/readme.txt +++ b/readme.txt @@ -154,7 +154,7 @@ Visual C++ are supported. If you wish to use MP3-compressed CD tracks or COMPRESSED_SOUND_FILE. Tools for compressing .SOU files to .SO3 files can be found in the 'tools' CVS module, or in the 'scummvm-tools' package. -On Win9x/NT/XP you can define WIN_DBG and attach WinDbg to browse the debug +On Win9x/NT/XP you can define USE_WINDBG and attach WinDbg to browse debug messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). GCC: |