Commits

Scott Wegner committed dedfb016980
[svn-r14490] Purpose: Add workaround for latest Cygwin DLL Description: We've run into a bug that was introduced in the latest version of Cygwin, that breaks C99 code using the 'timezone' global variable. As a workaround, we use the -ansi flag, which makes everything compile/link/test correctly Tested: Cygwin on WinXP