summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2006-10-06 18:10:40 (GMT)
committerpatthoyts <patthoyts@noemail.net>2006-10-06 18:10:40 (GMT)
commitf54f1812ada886932c1e1d429d9b8325e251b468 (patch)
treee5aabaedef7d5ea5c2e6d93db8a356eeae462d1a /win/nmakehlp.c
parent673af1f68dc2ebfe11317d8517dabac7fe1f16a5 (diff)
downloadtk-f54f1812ada886932c1e1d429d9b8325e251b468.zip
tk-f54f1812ada886932c1e1d429d9b8325e251b468.tar.gz
tk-f54f1812ada886932c1e1d429d9b8325e251b468.tar.bz2
Remove the /RTCc flag
FossilOrigin-Name: 2bf08304affa039580c935abeebd355fe3012822
Diffstat (limited to 'win/nmakehlp.c')
-rw-r--r--win/nmakehlp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/nmakehlp.c b/win/nmakehlp.c
index 82a307c..5f0d464 100644
--- a/win/nmakehlp.c
+++ b/win/nmakehlp.c
@@ -10,7 +10,7 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* ----------------------------------------------------------------------------
- * RCS: @(#) $Id: nmakehlp.c,v 1.1.6.3 2006/09/26 23:55:50 patthoyts Exp $
+ * RCS: @(#) $Id: nmakehlp.c,v 1.1.6.4 2006/10/06 18:10:41 patthoyts Exp $
* ----------------------------------------------------------------------------
*/
@@ -407,7 +407,7 @@ ReadFromPipe(
again:
if (lastBuf - pi->buffer + CHUNK > STATICBUFFERSIZE) {
CloseHandle(pi->pipe);
- return -1;
+ return (DWORD)-1;
}
ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
if (!ok || dwRead == 0) {