diff options
author | Hans Breuer <hans@breuer.org> | 2005-01-09 21:43:40 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2005-01-09 21:43:40 +0000 |
commit | c21df964daee66d084f832e10be0679f0eb64a48 (patch) | |
tree | 0df4c7cb260a409e9b3d5ac4176ab3d02d810f13 /ChangeLog.pre-2-6 | |
parent | c844b548f3f3579fe8ffd7d686ff75cd8fc14ec3 (diff) |
make it compile with mvc6 default sdk, (#define INVALID_FILE_ATTRIBUTES,
2005-01-09 Hans Breuer <hans@breuer.org>
* glib/gfileutils.c : make it compile with mvc6 default sdk,
(#define INVALID_FILE_ATTRIBUTES, FILE_ATTRIBUTE_DEVICE)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 52c919870..824df0467 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,7 +1,11 @@ +2005-01-09 Hans Breuer <hans@breuer.org> + + * glib/gfileutils.c : make it compile with mvc6 default sdk, + (#define INVALID_FILE_ATTRIBUTES, FILE_ATTRIBUTE_DEVICE) + 2005-01-09 Tor Lillqvist <tlillqvist@novell.com> - * glib/gwin32.c (g_win32_error_message): Fix cast. (#163133, Roger - Leigh) + * glib/gwin32.c (g_win32_error_message): Fix cast. (#163133, Roger Leigh) * glib/gfileutils.c: Include <io.h> on Windows for prototypes. (#163390, Kazuki Iwamoto) |