X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fprivate.h;h=79edf26612a2a01f765f58a8d420f44479e660ab;hb=256029f43f2892983287b8e5f06720e754a4000f;hp=97bdd169b81de9450453a7800971fff48df946fe;hpb=36cc3af3e5074215817ddee16defde754e2ad67f;p=lugaru.git diff --git a/Source/private.h b/Source/private.h index 97bdd16..79edf26 100644 --- a/Source/private.h +++ b/Source/private.h @@ -17,6 +17,8 @@ #define BinIO_HOST_BYTE_ORDER 'H' #define BinIO_NETWORK_BYTE_ORDER 'N' +#ifndef ALREADY_DID_BINIO_STDINT +#define ALREADY_DID_BINIO_STDINT #if defined(BinIO_STDINT_HEADER) #include BinIO_STDINT_HEADER typedef float float32_t; @@ -33,6 +35,7 @@ typedef unsigned long uint32_t; typedef float float32_t; typedef double float64_t; #endif +#endif #ifndef BinIO_INLINE #if defined(__GNUC__)