]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/graphxml.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better fix to the comparison between signed and unsigned int around dynar size: chang...
[simgrid.git] / src / xbt / graphxml.c
index 713c7bf451deba1804f90f42e16f3b64737095da..2b1a8efbb6e58ed38ce1244c21ab3315db9fca22 100644 (file)
@@ -2654,7 +2654,7 @@ static void xbt_graph_parse__load_buffer_state  (void)
        xbt_graph_parse_free((void *) b  );
 }
 
-#ifndef __cplusplus
+#if !defined(__cplusplus) && !defined(WIN32) 
 extern int isatty (int );
 #endif /* __cplusplus */