Add functions to specify OS module extensions

This commit is contained in:
jp9000
2014-07-27 02:43:25 -07:00
parent c3d03f419f
commit 16f2475046
4 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,11 @@
#include <windows.h>
const char *get_module_extension(void)
{
return ".dll";
}
static inline bool check_path(const char* data, const char *path,
struct dstr * output)
{