Updates for latest ACC changes.
committer: mfx <mfx> 1058050328 +0000
This commit is contained in:
+3
-3
@@ -72,9 +72,9 @@
|
||||
|
||||
#undef LLONG
|
||||
#undef ULLONG
|
||||
#if 1 && defined(upx_int64l)
|
||||
# define LLONG upx_int64l
|
||||
# define ULLONG upx_uint64l
|
||||
#if 1 && defined(acc_int64l_t)
|
||||
# define LLONG acc_int64l_t
|
||||
# define ULLONG acc_uint64l_t
|
||||
#else
|
||||
# define LLONG long int
|
||||
# define ULLONG unsigned long int
|
||||
|
||||
Reference in New Issue
Block a user