"riched32.inc" changes (taken from "Fresh" include\equates\riched32.inc)
---------
The CHARFORMAT2 struct is missing some variables (it should be 84 bytes)
replace it with this one:

struct CHARFORMAT2
  cbSize            dd ?
  dwMask            dd ?
  dwEffects         dd ?
  yHeight           dd ?
  yOffset           dd ?
  crTextColor       dd ?
  bCharSet          db ?
  bPitchAndFamily   db ?
  szFaceName        rb 32
  _wPad2            dw ?
  wWeight           dw ?
  sSpacing          dw ?
  crBackColor       dd ?
  lcid	            dd ?
  dwReserved        dd ?
  sStyle            dw ?
  wKerning          dw ?
  bUnderlineType    db ?
  bAnimation	    db ?
  bRevAuthor	    db ?
  bReserved1	    db ?
ends

"win32axp.inc" changes
-------------------
Added this data because of "PathGetArgs" rutine from shlwapi
include 'api/shlwapi.inc'
shlwapi,'shlwapi.dll'
import_shlwapi

You can find "WIN32AXP.INC" in this folder
