From fd7814855827d6e833231662455180d7fe25aa68 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 14 Mar 2006 02:17:59 +0000 Subject: [PATCH] Fixed typo in disabled code. committer: mfx 1142302679 +0000 --- src/bele.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bele.h b/src/bele.h index 0bd8228d..e0491b72 100644 --- a/src/bele.h +++ b/src/bele.h @@ -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