emeryberger / Heap-Layers

Heap Layers: An Extensible Memory Allocation Infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tprintf.h includes unistd.h and doesn't compile on Windows

blattersturm opened this issue · comments

Anything after 5808161 no longer builds on Windows as tprintf.h assumes various things that won't exist on Windows.

Ugh, thanks. I will disable tprintf on Windows.

Including tprintf.h on Windows is now a NOP.