now it should be correct

SVN revision: 35724
This commit is contained in:
Vincent Torri 2008-08-28 23:51:48 +00:00
parent 5fddd7766e
commit 711d48bcd5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#ifdef _WIN32
# define MODULE_EXTENSION ".dll"
#else
# define MODULE_EXTENSION ".do"
# define MODULE_EXTENSION ".so"
#endif /* ! _WIN32 */
#define MODULE_SUBDIR "/modules/"
#define MODULE_BASE_EXTENTION "module"