summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-07-12 23:11:27 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-07-12 23:11:27 +0000
commitda87b1ac8505eacf293b9dfc985e5ae93a82a4b7 (patch)
tree2d0aecfae2fedcc105ff54440e96c7bc512accd4 /glib.h
parent4982cdbe7ee3494e164502e0574376fea278b807 (diff)
downloadglib-da87b1ac8505eacf293b9dfc985e5ae93a82a4b7.tar.gz
Correct URL for mingw runtime sources.
* README.win32: Correct URL for mingw runtime sources. * build-dll: Combine commands with &&. * glib.h: Map also rmdir() and hypot() for MSVCRT library. * makefile.cygwin.in * tests/makefile.cygwin.in: New DLL naming style. GCC-compiled DLLs are now called *.gcc.dll, to avoid binary incompatibilities with MSVC-compiled versions. * makefile.msc.in: Cosmetics.
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib.h b/glib.h
index 0ce44a328..8f4975a1d 100644
--- a/glib.h
+++ b/glib.h
@@ -2778,10 +2778,12 @@ typedef int pid_t;
# define write _write
# define lseek _lseek
# define close _close
+# define rmdir _rmdir
# define pipe(phandles) _pipe (phandles, 4096, _O_BINARY)
# define popen _popen
# define pclose _pclose
# define fdopen _fdopen
+# define hypot _hypot
# define ftruncate(fd, size) gwin_ftruncate (fd, size)
# define opendir gwin_opendir
# define readdir gwin_readdir