Added: __int64 time compare.
Fixed: working with SaveFile plugin.
Updated.
Changed: ListBox -> ListView.
Fixed: str - "1\r\n2", find - "(?<=1$\\n)2", replace - "3".
Improved: line allocation error.
Fixed: str - "1\r\n2", find - "(?<=1\\n)2", replace - "3".
Added: AKDN_POSTDOCUMENT_START, AKDN_POSTDOCUMENT_FINISH.
Fixed: WindowFromPoint returns hMainWnd when scrolling between buttons.