X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fperllib.c;h=4b57963a99effc59365dcceccc1968cf975c1677;hb=b7b1864f76048b3925a3516e05f0ced40aaebf56;hp=b73a12e31bf897b16a98a33e245f4fc9f9aeaa1f;hpb=3fe35a814d0a98f430bf0a538c953f3564df33ca;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/perllib.c b/win32/perllib.c index b73a12e..4b57963 100644 --- a/win32/perllib.c +++ b/win32/perllib.c @@ -47,7 +47,7 @@ RunPerl(int argc, char **argv, char **env, void *iosubsystem) return (exitstatus); } -extern HANDLE PerlDllHandle; +extern HANDLE w32_perldll_handle; BOOL APIENTRY DllMain(HANDLE hModule, /* DLL module handle */ @@ -66,7 +66,7 @@ DllMain(HANDLE hModule, /* DLL module handle */ setmode( fileno( stderr ), O_BINARY ); _fmode = O_BINARY; #endif - PerlDllHandle = hModule; + w32_perldll_handle = hModule; break; /* The DLL is detaching from a process due to