merge branch

This commit is contained in:
Bigpet 2014-02-21 20:36:22 +01:00
commit 07135570f4
32 changed files with 492 additions and 894 deletions

View file

@ -10,4 +10,5 @@
#define Sleep(x) usleep(x * 1000)
#define mkdir(x) mkdir(x, 0777)
#define INFINITE 0xFFFFFFFF
#define _CRT_ALIGN(x) __attribute__((aligned(x)))
#endif