| version 1.2 | | version 1.3 |
|---|
| | |
| * Files for debugging memory allocator | | * Files for debugging memory allocator |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.3 1999/10/15 05:22:15 donut |
| | | * typedef'd ssize_t on windows |
| | | * |
| * Revision 1.2 1999/10/14 04:48:21 donut | | * Revision 1.2 1999/10/14 04:48:21 donut |
| * alpha fixes, and gl_font args | | * alpha fixes, and gl_font args |
| * | | * |
| | |
| | | |
| #include "mono.h" | | #include "mono.h" |
| #include "error.h" | | #include "error.h" |
| | | #include "types.h" |
| | | |
| #if !defined(_DEBUG) && !defined(_MSC_VER) | | #if !defined(_DEBUG) && !defined(_MSC_VER) |
| #define FULL_MEM_CHECKING | | #define FULL_MEM_CHECKING |