This commit is contained in:
Vitor Santos Costa
2015-02-09 10:30:24 +00:00
parent 9e24724f0b
commit e2cd49f408
3 changed files with 9 additions and 1 deletions

View File

@@ -77,9 +77,11 @@ typedef uintptr_t term_t;
#if _WIN32
#ifndef THREADS
#ifndef WIN_PTHREADS_H
typedef int pthread_t;
#endif
#endif
#endif
typedef uintptr_t word; /* Anonymous 4 byte object */