Ticket #4992: sucky-desktop-item.patch

File sucky-desktop-item.patch, 439 bytes (added by z3022016@…, 19 years ago)

patch

  • libgnomeui-2.12.0/file-chooser/sucky-desktop-item.c

    old new  
    6868#define sure_string(s) ((s)!=NULL?(s):"")
    6969
    7070#ifdef __APPLE__
    71 # include <crt_externs.h
    72 +# define environ (*_NSGetEnviron())
     71#include <crt_externs.h>
     72#define environ (*_NSGetEnviron())
    7373#elif
    7474 extern char **environ;
    7575#endif