make it possible to disable perl on Win32
This commit is contained in:
parent
443d4418fb
commit
fc34dd557d
1 changed files with 2 additions and 0 deletions
|
@ -37,7 +37,9 @@
|
|||
#define PERLDEFINES
|
||||
#include "perlmod.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma comment(lib, "perl510.lib")
|
||||
#endif
|
||||
|
||||
extern void boot_DynaLoader (pTHX_ CV * cv);
|
||||
void dump_hash(HV *rethash);
|
||||
|
|
Reference in a new issue