start of Win32 port

This commit is contained in:
Matej Sekoranja
2013-11-20 13:04:28 +01:00
parent 47178370d5
commit a574dbf89b
76 changed files with 365 additions and 158 deletions

View File

@@ -13,6 +13,7 @@
#include "typeCast.h"
// need to use "long long" when sizeof(int)==sizeof(long)
// TODO does not work on Darwin 10.6
#if ULONG_MAX == 0xfffffffful
#define NEED_LONGLONG
#endif