mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 02:36:19 +01:00
302111f89a
2008-08-02 Tor Lillqvist <tml@novell.com> Bug 545954 - 64-bit issue in dirent * win32/dirent/dirent.h: Use __int64 for the dd_handle on 64-bit Windows. (Would use intptr_t, but that is not available before MSVS8, and we want to keep this compilable also with MSVS6 and 7, I think.) Thanks to Richard Hult. svn path=/trunk/; revision=7286
This is dirent from mingw-runtime-3.3, separated for MSVC user's benefit.