changeset 1742:4fa99b5e8f24 trunk

[svn] - add G_BEGIN_DECLS and G_END_DECLS for C++ users
author nenolod
date Mon, 18 Sep 2006 02:34:43 -0700
parents c7ab1203d933
children d22d28e52b58
files ChangeLog audacious/main.h
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2417]
   - export main.h API
--- 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 <sys/types.h>
 #include <sys/stat.h>
 
+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