Skip to content
Snippets Groups Projects
Commit 766fb0d2 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Fix building with Perl on Windows with MingW. (James Vega)

parent c89533b5
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ EXTERN_C void boot_DynaLoader __ARGS((pTHX_ CV*));
#if defined(DYNAMIC_PERL) || defined(PROTO)
#ifndef DYNAMIC_PERL /* just generating prototypes */
#ifdef _MSWIN
#ifdef WIN3264
typedef int HANDLE;
#endif
typedef int XSINIT_t;
......@@ -97,7 +97,7 @@ typedef int XSUBADDR_t;
typedef int perl_key;
#endif
#ifndef _MSWIN
#ifndef WIN3264
#include <dlfcn.h>
#define HANDLE void*
#define PERL_PROC void*
......
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