Mercurial > audlegacy
comparison audacious/pluginenum.h @ 1881:a84bdca5b5c1 trunk
[svn] - use SHARED_SUFFIX for PLUGIN_FILENAME().
| author | nenolod |
|---|---|
| date | Sat, 14 Oct 2006 20:58:52 -0700 |
| parents | 705d4c089fce |
| children | 8c9ce5aa6320 |
comparison
equal
deleted
inserted
replaced
| 1880:4e4d87ac7bd4 | 1881:a84bdca5b5c1 |
|---|---|
| 20 */ | 20 */ |
| 21 #ifndef PLUGINENUM_H | 21 #ifndef PLUGINENUM_H |
| 22 #define PLUGINENUM_H | 22 #define PLUGINENUM_H |
| 23 | 23 |
| 24 #include <glib.h> | 24 #include <glib.h> |
| 25 #include "config.h" | |
| 25 | 26 |
| 26 #define PLUGIN_FILENAME(name) ("lib" name "." G_MODULE_SUFFIX) | 27 #define PLUGIN_FILENAME(name) ("lib" name "." SHARED_SUFFIX) |
| 27 | 28 |
| 28 void plugin_system_init(void); | 29 void plugin_system_init(void); |
| 29 void plugin_system_cleanup(void); | 30 void plugin_system_cleanup(void); |
| 30 | 31 |
| 31 extern const gchar *plugin_dir_list[]; | 32 extern const gchar *plugin_dir_list[]; |
