hammer/tools/windows
Nicolas Léveillé d9ae097533 Remove void pointer arithmetics in system_allocator.c
We replace instances of void* w/ char* arithmetics.

This allows system_allocator.c to be compiled with MSVC.

Also we introduce a struct to represent the size_t header.
2015-08-16 09:10:04 +02:00
..
build.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
build_examples.bat Deactivate compiler warnings from CL.EXE that fire in hammer 2015-08-09 22:46:45 +02:00
clvars.bat Deactivate compiler warnings from CL.EXE that fire in hammer 2015-08-09 22:46:45 +02:00
env.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
hammer_lib_src_list Remove void pointer arithmetics in system_allocator.c 2015-08-16 09:10:04 +02:00
README.md windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00
status.bat windows build: Add build scripts + appveyor.yml 2015-08-09 22:46:00 +02:00

Support tools for the Windows (win32/win64) port.