2025-04-27 07:49:33 -04:00

6 lines
143 B
C++

#include <windows.h>
// do this so that we can override new with an allocator that zero-inits
#define CPP_FUNCTIONS
#include <crtfree.h>