mirror of
https://github.com/anope/anope.git
synced 2026-06-27 03:36:37 +02:00
Fix last case check for le64toh.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@
|
||||
#endif
|
||||
|
||||
// Attempt to work on unenumerated platforms.
|
||||
#if defined(le64toh) && !defined(__le64toh)
|
||||
#if defined(le64toh) && !defined(_le64toh)
|
||||
# define _le64toh le64toh
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user