mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Fixed typo in disabled code.
committer: mfx <mfx> 1142302679 +0000
This commit is contained in:
parent
a4d79d7375
commit
fd78148558
|
@ -430,7 +430,7 @@ int __acc_cdecl_qsort le64_compare_signed(const void *, const void *);
|
|||
# ifndef LE16
|
||||
# define LE16 LE16_unaligned
|
||||
# endif
|
||||
# ifndef LE16
|
||||
# ifndef LE32
|
||||
# define LE32 LE32_unaligned
|
||||
# endif
|
||||
#endif
|
||||
|
@ -440,7 +440,7 @@ int __acc_cdecl_qsort le64_compare_signed(const void *, const void *);
|
|||
# ifndef LE16
|
||||
# define LE16 LE16_unaligned
|
||||
# endif
|
||||
# ifndef LE16
|
||||
# ifndef LE32
|
||||
# define LE32 LE32_unaligned
|
||||
# endif
|
||||
#endif
|
||||
|
@ -450,7 +450,7 @@ int __acc_cdecl_qsort le64_compare_signed(const void *, const void *);
|
|||
# ifndef LE16
|
||||
# define LE16 LE16_unaligned
|
||||
# endif
|
||||
# ifndef LE16
|
||||
# ifndef LE32
|
||||
# define LE32 LE32_unaligned
|
||||
# endif
|
||||
# pragma warning(disable: 4244) // Wx: conversion, possible loss of data
|
||||
|
|
Loading…
Reference in New Issue
Block a user