Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
p4raw-id: //depot/perl@24977
win32_ftell(FILE *pf)
{
#if defined(WIN64) || defined(USE_LARGE_FILES)
-#if defined(__BORLAND__) /* buk */
+#if defined(__BORLANDC__) /* buk */
return win32_tell( fileno( pf ) );
#else
fpos_t pos;