History

02/06/2008 - version 1.0
First release of MonMAlloc.lib

04/06/2008 - Version 1.1
1. Fixed realloc of NULL object to generate a warning and perform malloc
	previously performed realloc without any message
2. Fixed realloc to size 0 now performs free and produces a warning
	previously did realloc withou messsages
3. Expand of NULL produces an error message and skips the API
	previously performed the APi which crashed
4. Expand to 0 now produces a warning and performs the API
	previously performed the APi without any warning
5. The message: "x memory errors encountered" at the end report was replaced by: "x messages generated"
   It now counts messages and not errors 

18/07/2008 - version 2.0
1. Added support for memory mapped files.
2. Improved the reporting utilities.
3. The demos now do not require MS Visual studio to run.
4. Fixed some documentation issues.