*** CHANGELOG.TXT ***
01/01 01 PP: inital source code release
02/07 01 PP: removed evil VQA chunk type checks (fixes D2K movie audio extraction)
02/07 01 PP: fixed stupid lockup when scanning very small files
05/16 01 snailrush:
- replaced "Polish resources" chunk by a "English resources" one in ripper.rc, causing invalid 
  code error when I'm trying to compile.
- WinRipper now remembers last file/output dir, see (De)InitRippers. For that, these functions
  are now called from WM_INITDIALOG/WM_CLOSE. Default output dir is no more "c:\", it's the root
  of the disk where winripper is installed, see InitRippers.
- In do_path, added "lstrcpy(this->fn, fn);", now it displays, e.g., 
  "Found... in m:\filename.dat" instead of "Found... in m:\*.dat".
- Added swf.cpp, to rip Shockwave Flash files from apps, screensavers...
  it comes with a small dlgbox , so that there's no need to modify the source when Flash 6 will
  be released...
- (BMP_ripper is back in main.cpp...)