]> git.jsancho.org Git - lugaru.git/blobdiff - Source/binio.h
More work: compiles, missing like 5 symbols.
[lugaru.git] / Source / binio.h
index 4896813d7384af9987c4601cce9e0094053bd7b9..d2d3534b657efddc8c0c6b3ca375b1997845730c 100644 (file)
@@ -45,6 +45,8 @@ extern "C" {
        N network byte order
        */
 
+#ifndef ALREADY_DID_BINIO_STDINT
+#define ALREADY_DID_BINIO_STDINT
 #if defined(BinIO_STDINT_HEADER)
 #include BinIO_STDINT_HEADER
        typedef float              float32_t;
@@ -60,6 +62,7 @@ extern "C" {
 #endif
        typedef float              float32_t;
        typedef double             float64_t;
+#endif
 #endif
 
        typedef struct