summaryrefslogtreecommitdiff
path: root/glib/gwin32.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-01-02 00:30:22 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-01-02 00:30:22 +0000
commit54cadf452898750ca813de0059dbc576f76e260b (patch)
treeb3d3740aba22f0fdf6e57155bd74201ae0a322fc /glib/gwin32.h
parent05a8c34fb889592dfa5bacbaab51f3f9c7783011 (diff)
downloadglib-54cadf452898750ca813de0059dbc576f76e260b.tar.gz
Correct the comment telling what headers have the declarations of some
2003-01-02 Tor Lillqvist <tml@iki.fi> * glib/gwin32.h: Correct the comment telling what headers have the declarations of some POSIXish functions. * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino: The checks for readability/writeability were backwards.
Diffstat (limited to 'glib/gwin32.h')
-rw-r--r--glib/gwin32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gwin32.h b/glib/gwin32.h
index 1fbcb25df..5aca58019 100644
--- a/glib/gwin32.h
+++ b/glib/gwin32.h
@@ -56,8 +56,8 @@ typedef int pid_t;
* access: <io.h>
* unlink: <stdio.h> or <io.h>
* open, read, write, lseek, close: <io.h>
- * rmdir: <direct.h>
- * pipe: <direct.h>
+ * rmdir: <io.h>
+ * pipe: <io.h>
*/
/* pipe is not in OLDNAMES.LIB or -lmoldname-msvc. */