Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Search a better location for MSVC definition intended for any file
[simgrid.git] / include / simgrid_config.h.in
index 5b362cb..c6c7101 100644 (file)
        #endif
 #endif
 
-#ifdef _MSC_VER /* MSVC has no ssize_t, and I fail to use the SSIZE_T declared in BaseTsd.h */
-       #if defined(_WIN64)
-               typedef __int64 ssize_t; 
-       #else
-               typedef long ssize_t;
-       #endif
-       #define snprintf _snprintf
-       #define strdup   _strdup
-#endif
-
 /* Define to 1 if mmalloc is compiled in. */
 #cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@