summaryrefslogtreecommitdiff
path: root/src/base/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/modules.h')
-rw-r--r--src/base/modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/modules.h b/src/base/modules.h
index 5456ffb..1d68568 100644
--- a/src/base/modules.h
+++ b/src/base/modules.h
@@ -13,6 +13,9 @@
#include "image.h"
#endif
+#define MODULE_TYPE_UNIX ".so"
+#define MODULE_TYPE_WIN ".dll"
+
typedef struct export_fce_s
{
int (*fce_getValue)(char *line, char *env, char *val, int len);