diff options
| author | rpj <rpj> | 2005-04-28 04:41:25 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-04-28 04:41:25 +0000 | 
| commit | 1abb2a28b3947feaf38a85b59e3f3a8c03804ceb (patch) | |
| tree | dc66cbad6f00d7a685d79790c9626bda58bf8f4f /tests | |
| parent | 7966f36b14fe041eba56283d424cee997c390016 (diff) | |
''
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.h | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/tests/test.h b/tests/test.h index a664bb6..3132c69 100644 --- a/tests/test.h +++ b/tests/test.h @@ -47,6 +47,15 @@  #define PTW32_THREAD_NULL_ID {NULL,0} +#if defined(__MINGW32__) +#include <stdint.h> +#elif defined(__BORLANDC__) +#define int64_t ULONGLONG +#else +#define int64_t _int64 +#endif + +  char * error_string[] = {    "ZERO_or_EOK",    "EPERM", | 
