6 lines
138 B
C++
6 lines
138 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>
|