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 7d90fb4 commit 6fb21d6Copy full SHA for 6fb21d6
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