Skip to content
Snippets Groups Projects
Commit 7c931fda authored by deuce's avatar deuce
Browse files

Fix Win32 compile bug reported by Toolman (Thanks!)

parent f644c00d
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ DLLEXPORT dll_handle DLLCALL xp_dlopen(const char **names, int mode, int major)
return(NULL);
}
#elif defined(_WIN32)
xp_dlopen(const char **name, int mode, int major)
DLLEXPORT dll_handle DLLCALL xp_dlopen(const char **names, int mode, int major)
{
char fname[MAX_PATH+1];
dll_handle ret=NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment