# HG changeset patch # User nenolod # Date 1158572083 25200 # Node ID 4fa99b5e8f247adc50a5b353253566cdf05a583d # Parent c7ab1203d933bb6eee9df8021a6030968275664e [svn] - add G_BEGIN_DECLS and G_END_DECLS for C++ users diff -r c7ab1203d933 -r 4fa99b5e8f24 ChangeLog --- a/ChangeLog Mon Sep 18 02:33:52 2006 -0700 +++ b/ChangeLog Mon Sep 18 02:34:43 2006 -0700 @@ -1,3 +1,13 @@ +2006-09-18 09:33:52 +0000 William Pitcock + revision [2419] + - only include non-SDK things if _AUDACIOUS_CORE is defined. + + + Changes: Modified: + +1 -0 trunk/audacious/Makefile + +4 -2 trunk/audacious/main.h + + 2006-09-18 09:30:57 +0000 William Pitcock revision [2417] - export main.h API diff -r c7ab1203d933 -r 4fa99b5e8f24 audacious/main.h --- a/audacious/main.h Mon Sep 18 02:33:52 2006 -0700 +++ b/audacious/main.h Mon Sep 18 02:34:43 2006 -0700 @@ -30,6 +30,8 @@ #include #include +G_BEGIN_DECLS + #define BMP_USER_PLUGIN_DIR_BASENAME "Plugins" #define BMP_SKIN_DIR_BASENAME "Skins" #define BMP_SKIN_THUMB_DIR_BASENAME ".thumbs" @@ -169,4 +171,6 @@ void make_directory(const gchar * path, mode_t mode); void report_error(const gchar *error_text); +G_END_DECLS + #endif