Preparation for threads, not finished.

This commit is contained in:
2016-03-04 15:51:50 +01:00
parent 6abaf47362
commit b5d649564d
3 changed files with 196 additions and 69 deletions

View File

@ -3,7 +3,9 @@
#include <stdint.h>
#define inline __inline
#ifdef _MSC_VER
#define inline __inline
#endif
typedef struct {
uint32_t * reader;