]> git.jsancho.org Git - lugaru.git/blobdiff - Source/binio.h
Changed capitalization of the small window caption.
[lugaru.git] / Source / binio.h
index 4572b3e905e708054b9add51f280567ca27b0f5d..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
@@ -90,3 +93,4 @@ extern "C" {
 #endif
 
 #endif
+