|
|
@ -2,6 +2,9 @@ |
|
|
Copyright 1990 Regents of the University of California. All rights reserved. |
|
|
Copyright 1990 Regents of the University of California. All rights reserved. |
|
|
**********/ |
|
|
**********/ |
|
|
|
|
|
|
|
|
|
|
|
/* for SIZE_MAX */ |
|
|
|
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
/* for thread handling */ |
|
|
/* for thread handling */ |
|
|
#if defined __MINGW32__ || defined _MSC_VER |
|
|
#if defined __MINGW32__ || defined _MSC_VER |
|
|
#include <windows.h> |
|
|
#include <windows.h> |
|
|
|