mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 21:33:30 +02:00
define CSIDL_MYPICTURES if not available use G_STRFUNC instead of compiler
2008-02-17 Hans Breuer <hans@breuer.org> * glib/gutils.c : define CSIDL_MYPICTURES if not available * gthread/gthread-win32.c : use G_STRFUNC instead of compiler specific __FUNCTION__ svn path=/trunk/; revision=6526
This commit is contained in:
@@ -101,6 +101,9 @@
|
||||
# ifndef CSIDL_COMMON_APPDATA
|
||||
# define CSIDL_COMMON_APPDATA 35
|
||||
# endif
|
||||
# ifndef CSIDL_MYPICTURES
|
||||
# define CSIDL_MYPICTURES 0x27
|
||||
# endif
|
||||
# ifndef CSIDL_COMMON_DOCUMENTS
|
||||
# define CSIDL_COMMON_DOCUMENTS 46
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user