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 91548a6 commit c2ea6d8Copy full SHA for c2ea6d8
win/dllEntryPoint.c
@@ -41,10 +41,10 @@
41
#ifndef STATIC_BUILD
42
43
BOOL APIENTRY
44
-DllEntryPoint(hInst, reason, reserved)
45
- HINSTANCE hInst; /* Library instance handle. */
46
- DWORD reason; /* Reason this function is being called. */
47
- LPVOID reserved; /* Not used. */
+DllEntryPoint(
+ HINSTANCE hInst, /* Library instance handle. */
+ DWORD reason, /* Reason this function is being called. */
+ LPVOID reserved) /* Not used. */
48
{
49
return TRUE;
50
}
0 commit comments