This folder contains a number of patches which must be applied to successfully build some parts of ManagedITK. INSTRUCTIONS: 1. Download the patch program from http://gnuwin32.sourceforge.net/ (click Packages, then Patch) 2. Add patch to your PATH environment variable (eg. PATH=%PATH%;C:/Utils/GnuWin32/bin) 3. Apply each patch in this directory to your ITK source 4. Copy all header (*.h) and source (*.cxx,*.txx) files to the ITK Common folder Example: cd C:\Utils\ManagedITK\Patch patch C:\Utils\ITK\Code\Common\itkShapedNeighborhoodIterator.h < itkShapedNeighborhoodIterator.h.patch patch C:\Utils\ITK\Code\Common\itkConstShapedNeighborhoodIterator.h < itkConstShapedNeighborhoodIterator.h.patch patch C:\Utils\ITK\Code\Common\itkRGBAPixel.h < itkRGBAPixel.h.patch patch C:\Utils\ITK\Code\Common\CMakeLists.txt < Common-CMakeLists.txt.patch