wrong shared lib extension...

SVN revision: 35723
This commit is contained in:
Vincent Torri 2008-08-28 23:38:43 +00:00
parent 357e2614e9
commit 5fddd7766e
1 changed files with 2 additions and 2 deletions

View File

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