We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c21e9 commit 9153e0dCopy full SHA for 9153e0d
win32/perllib.c
@@ -261,7 +261,7 @@ EXTERN_C /* GCC in C++ mode mangles the name, otherwise */
261
BOOL APIENTRY
262
DllMain(HINSTANCE hModule, /* DLL module handle */
263
DWORD fdwReason, /* reason called */
264
- LPVOID lpvReserved) /* reserved */
+ LPVOID) /* reserved */
265
{
266
switch (fdwReason) {
267
/* The DLL is attaching to a process due to process
0 commit comments