Fix typo in win32.c
authorSteve Hay <SteveHay@planit.com>
Fri, 24 Jun 2005 14:38:05 +0000 (14:38 +0000)
committerSteve Hay <SteveHay@planit.com>
Fri, 24 Jun 2005 14:38:05 +0000 (14:38 +0000)
Doesn't fix bcc32 + USE_LARGE_FILES, though :-(

p4raw-id: //depot/perl@24977

win32/win32.c

index ab653c4..43c2d0b 100644 (file)
@@ -2597,7 +2597,7 @@ DllExport Off_t
 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;