* Remove most unused WIN32 stuff.
[matthijs/ABM2.git] / ABM2 / porting.h
2007-06-11 Matthijs Kooijman * Remove most unused WIN32 stuff.
2007-06-11 Matthijs Kooijman * Limit the Kernel to 20fps.
2007-06-11 Matthijs Kooijman * Move GetTickCount() hacks to porting.h and replace...
2007-06-11 Matthijs Kooijman * ifdef away half of Playground.cpp to make it compile...
2007-06-10 Matthijs Kooijman * Add strnpy/strcpy_s wrapper to compile ProfileLogHan...
2007-06-10 Matthijs Kooijman * Add ZeroMemory hack to compile mmanager.cpp.
2007-06-10 Matthijs Kooijman * Add link target to the Makefile.
2007-06-10 Matthijs Kooijman * Introduce porting.h for portability define thingies.