1
1
This commit was SVN r22730.
Этот коммит содержится в:
Nadia Derbey 2010-03-01 07:55:08 +00:00
родитель 96590b9fad
Коммит 3f56f9e688

Просмотреть файл

@ -59,7 +59,7 @@ extern "C" {
#elif defined(WIN32)
#define ev_uint64_t unsigned __int64
#define ev_int64_t signed __int64
#elif _EVENT_SIZEOF_LONG_LONG == 8
#elif SIZEOF_LONG_LONG == 8
#define ev_uint64_t unsigned long long
#define ev_int64_t long long
#elif SIZEOF_LONG == 8