Ticket #4992: sucky-desktop-item.patch
File sucky-desktop-item.patch, 439 bytes (added by z3022016@…, 19 years ago) |
---|
-
libgnomeui-2.12.0/file-chooser/sucky-desktop-item.c
old new 68 68 #define sure_string(s) ((s)!=NULL?(s):"") 69 69 70 70 #ifdef __APPLE__ 71 # include <crt_externs.h72 +#define environ (*_NSGetEnviron())71 #include <crt_externs.h> 72 #define environ (*_NSGetEnviron()) 73 73 #elif 74 74 extern char **environ; 75 75 #endif