Import J Hoppe's 20090427 release from http://retrocmp.com/tools/macro-11-on-windows

This commit is contained in:
Sergey Svishchev
2013-02-15 23:50:38 +04:00
parent 3b8e141917
commit 6a2afc3fa7
34 changed files with 8705 additions and 7735 deletions

View File

@@ -1,6 +1,10 @@
#ifndef MACRO11_H
#define MACRO11_H
#define VERSIONSTR "0.3 (April 21, 2009)"
//#define VERSIONSTR "0.2 July 15, 2001"
/*
Copyright (c) 2001, Richard Krehbiel
All rights reserved.
@@ -34,6 +38,5 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
*/
extern void *memcheck(void *p);
#endif