From: Jonathan Zheng Date: Fri, 17 Jan 2020 11:07:41 +0000 (+0000) Subject: removed some comments X-Git-Tag: stable_release_2.44.0~12^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f32b569f98356bf594c9b1b241ffb220cdec139;p=graphviz removed some comments --- diff --git a/lib/neatogen/randomkit.c b/lib/neatogen/randomkit.c index 21dcda2ec..9673d91ec 100644 --- a/lib/neatogen/randomkit.c +++ b/lib/neatogen/randomkit.c @@ -71,51 +71,6 @@ #include #include -/* -#ifdef _WIN32 - -// * Windows -// * XXX: we have to use this ugly defined(__GNUC__) because it is not easy to -// * detect the compiler used in distutils itself -// */ -//#if (defined(__GNUC__) && defined(NPY_NEEDS_MINGW_TIME_WORKAROUND)) -// -///* -// * FIXME: ideally, we should set this to the real version of MSVCRT. We need -// * something higher than 0x601 to enable _ftime64 and co -// */ -//#define __MSVCRT_VERSION__ 0x0700 -//#include -//#include -// -///* -// * mingw msvcr lib import wrongly export _ftime, which does not exist in the -// * actual msvc runtime for version >= 8; we make it an alias to _ftime64, which -// * is available in those versions of the runtime -// */ -//#define _FTIME(x) _ftime64((x)) -//#else -//#include -//#include -//#define _FTIME(x) _ftime((x)) -//#endif -// -//#ifndef RK_NO_WINCRYPT -///* Windows crypto */ -//#ifndef _WIN32_WINNT -//#define _WIN32_WINNT 0x0400 -//#endif -//#include -//#include -//#endif -// -//#else -///* Unix */ -//#include -//#include -//#include -//#endif - #include "randomkit.h" #ifndef RK_DEV_URANDOM