1
0
mirror of https://github.com/upx/upx synced 2025-10-05 19:20:23 +08:00

Fixed typo in disabled code.

committer: mfx <mfx> 1142302679 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-03-14 02:17:59 +00:00
parent a4d79d7375
commit fd78148558

View File

@ -430,7 +430,7 @@ int __acc_cdecl_qsort le64_compare_signed(const void *, const void *);
# ifndef LE16 # ifndef LE16
# define LE16 LE16_unaligned # define LE16 LE16_unaligned
# endif # endif
# ifndef LE16 # ifndef LE32
# define LE32 LE32_unaligned # define LE32 LE32_unaligned
# endif # endif
#endif #endif
@ -440,7 +440,7 @@ int __acc_cdecl_qsort le64_compare_signed(const void *, const void *);
# ifndef LE16 # ifndef LE16
# define LE16 LE16_unaligned # define LE16 LE16_unaligned
# endif # endif
# ifndef LE16 # ifndef LE32
# define LE32 LE32_unaligned # define LE32 LE32_unaligned
# endif # endif
#endif #endif
@ -450,7 +450,7 @@ int __acc_cdecl_qsort le64_compare_signed(const void *, const void *);
# ifndef LE16 # ifndef LE16
# define LE16 LE16_unaligned # define LE16 LE16_unaligned
# endif # endif
# ifndef LE16 # ifndef LE32
# define LE32 LE32_unaligned # define LE32 LE32_unaligned
# endif # endif
# pragma warning(disable: 4244) // Wx: conversion, possible loss of data # pragma warning(disable: 4244) // Wx: conversion, possible loss of data