diff src/dmres.c @ 872:b01d04e44b6f

Assume we always have 64bit type.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Feb 2015 20:58:34 +0200
parents 27949209238b
children 985225a93aeb
line wrap: on
line diff
--- a/src/dmres.c	Tue Feb 03 20:27:12 2015 +0200
+++ b/src/dmres.c	Tue Feb 03 20:58:34 2015 +0200
@@ -1171,7 +1171,5 @@
 DM_DEFINE_FUNC(be16, Uint16, BE16)
 DM_DEFINE_FUNC(be32, Uint32, BE32)
 
-#ifdef DM_HAVE_64BIT
 DM_DEFINE_FUNC(le64, Uint64, LE64)
 DM_DEFINE_FUNC(be64, Uint64, BE64)
-#endif