diff src/dmfiletmpl.h @ 872:b01d04e44b6f

Assume we always have 64bit type.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Feb 2015 20:58:34 +0200
parents 1e5cf1144f36
children
line wrap: on
line diff
--- a/src/dmfiletmpl.h	Tue Feb 03 20:27:12 2015 +0200
+++ b/src/dmfiletmpl.h	Tue Feb 03 20:58:34 2015 +0200
@@ -7,11 +7,8 @@
 
 DM_DEFINE_FFUNC(le16, Uint16, LE16)
 DM_DEFINE_FFUNC(le32, Uint32, LE32)
+DM_DEFINE_FFUNC(le64, Uint64, LE64)
 
 DM_DEFINE_FFUNC(be16, Uint16, BE16)
 DM_DEFINE_FFUNC(be32, Uint32, BE32)
-
-#ifdef DM_HAVE_64BIT
-DM_DEFINE_FFUNC(le64, Uint64, LE64)
 DM_DEFINE_FFUNC(be64, Uint64, BE64)
-#endif