Fix: MSVC2017 32 bits build
struct timespec, defined in posix thread lib is now available in MSVC 2017 and the lib therefore causes a redefinition of the struct.
Need to setup a flag to avoid it.
La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
struct timespec, defined in posix thread lib is now available in MSVC 2017 and the lib therefore causes a redefinition of the struct.
Need to setup a flag to avoid it.