Info:
	INITBLOCK/EXITBLOCK were converted to INITBLOCK_(BLK_???)/EXITBLOCK_(BLKX_???),
		to prevent naming conflicts in case two such declarations will have the same line number (happens in .icpp).
	Packages coff/uar/uld/uar.upp and Geom/Coords/Ctrl/Ctrl.upp should be removed from source tree.

Core:
	Color.cpp - INITBLOCK.
	Cpu.cpp - INITBLOCK.
	Format.cpp - INITBLOCK.
	Gtypes.cpp - INITBLOCK.
	heapdbg.cpp - INITBLOCK.
	Log.cpp - added (const char*) cast to fix memory bug.
	Mt.cpp - INITBLOCK.
	TimeDate.cpp - Removed #define IsLeapYear.
	TimeDate.h - Added #define IsLeapYear since it has to be visible is CtrlLib/DateTimeCtrl.
	Value.cpp - INITBLOCK.
	z.cpp - removed enum, ASCII_FLAG, HEAD_CRC, EXTRA_FIELD, ORIG_NAME, COMMENT, RESERVED already defined in plugin/z,
		GZ_MAGIC1, GZ_MAGIC2 were replaced with gz_magic[0], gz_magic[1] defined in plugin/z.

CtrlCore:
	CtrlTimer.cpp - EXITBLOCK.
	Win32Wnd.cpp - INITBLOCK, EXITBLOCK.

CtrlLib:
	CtrlLib.icpp - INITBLOCK.
	CtrlUtil.cpp - INITBLOCK.
	DateTimeCtrl.h - commented IsLeapYear function - already #defined in Draw/TimeDate.
	DlgColor.cpp - INITBLOCK.
	key_source.h - INITBLOCK.
	MenuBar.cpp - INITBLOCK.
	ToolTip.cpp - INITBLOCK.

Draw:
	DrawRasterData.cpp - INITBLOCK.
	DrawText.cpp - INITBLOCK.
	DrawWin32.cpp - EXITBLOCK, removed ScreenDraw& ScreenDraw() - forgotten.
	DrawX11.cpp - EXITBLOCK.
	MetaFile.cpp - INITBLOCK, IsClipboardFormatAvailable replaced with ::IsClipboardFormatAvailable to resolve naming conflict.
	Palette.cpp - BINS, BINSHIFT replaced with palBINS, palBINSHIFT to resolve naming conflict with BINS in Core/lheap.

Esc
	Esc.h - #ifndef/#define ESC_H replaced with _ESC_H_ to resolve naming conflict with plugin/pcre.

Geom/Draw:
	imgtran.cpp - EXITBLOCK.

GridCtrl:
	GridCtrl.cpp - renamed LG to LGD to resolve naming conflict with CtrlCore/Ctrl.
	GridCtrl.upp - reordered files to ensure first file is the main header of the package.
	GridUtils.h - renamed LG to LGD to resolve naming conflict with CtrlCore/Ctrl.

ide:
	Goto.cpp - INITBLOCK.
	Help.cpp - INITBLOCK.
	OutputMode.cpp - INITBLOCK.
	SelectPkg.cpp - INITBLOCK.
	Thisbacks.cpp - INITBLOCK.
	Virtuals.cpp - INITBLOCK.

ide/Browser:
	TopicI.icpp - INITBLOCK.
	TopicWin.cpp - INITBLOCK.

ide/Debuggers:
	Pdb.cpp - INITBLOCK.

ide/IconDes:
	ideDes.cpp - INITBLOCK.

ide/LayDes:
	laywin.cpp - INITBLOCK.
	property.cpp - INITBLOCK.

ide/VectorDes:
	ideVectorDes.cpp - INITBLOCK.

PdfDraw:
	PdfReport.icpp - INITBLOCK.
	PdfDraw.upp - removed Test.cpp - test program, not part of the package.

RichEdit:
	Find.cpp - ReplaceText() renamed to ReplacementText() to resolve naming conflict with Win32 API function.
	RichEdit.h - ReplaceText() renamed to ReplacementText() to resolve naming conflict with Win32 API function.

RichText:
	Object.cpp - INITBLOCK.
	RichImage.icpp - INITBLOCK.

plugin/bmp:
	BmpReg.icpp - INITBLOCK.

plugin/gif:
	gif.icpp - INITBLOCK.

plugin/tif:
	tifreg.icpp - INITBLOCK.

plugin/png:
	pngreg.icpp - INITBLOCK.
	png.h - marked modification.
	pngread.c - added casts.
	pngrutil.c - added casts.
	pngset.c - added casts.

plugin/jpg:
	Whole plugin rework.
	Appended filename to functions marked LOCAL to resolve naming conflicts.
	Added include guards.
	Modified #define/typedef names to resolve naming conflicts.

plugin/z:
	Whole plugin rework. Updated to version 1.2.3.
	Changed function declarations from K&R to ASNI C style.
	Added include guards.
	Modified #define/typedef names to resolve naming conflicts.
