Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// // Include a modified version of Fortify (which can't be distributed) // #ifdef __cplusplus extern "C" { #endif #ifdef FORTIFY //#include "c:/fortify/fortify.h" #include <fortify/fortify.h> #else #define Fortify_CheckAllMemory(); ; #define ChkSys(x); ; #endif #ifdef __cplusplus } #endif