projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a810272
)
Fix a little syntax error, reported by Marcus Holland-Moritz
Rafael Garcia-Suarez [Sun, 28 Dec 2003 18:41:35 +0000 (18:41 +0000)]
p4raw-id: //depot/perl@21990
win32/win32.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
66ff52c
..
3883757
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-3207,7
+3207,7
@@
DllExport Off_t
win32_tell(int fd)
{
#if defined(WIN64) || defined(USE_LARGE_FILES)
-#if defined(__BORLANDC__) /* buk *//
+#if defined(__BORLANDC__) /* buk */
LARGE_INTEGER pos;
pos.QuadPart = 0;
pos.LowPart = SetFilePointer(