Commit bcbd211 bodong
committed
1 parent 4c47bde commit bcbd211 Copy full SHA for bcbd211
File tree 2 files changed +8
-8
lines changed
AHeadLib.Net/Properties/Templates
Tests/winmm/GeneratedFiles
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ BOOL WINAPI DllMain(
19
19
switch (fdwReason )
20
20
{
21
21
case DLL_PROCESS_ATTACH :
22
+ // Initialize once for each new process.
23
+ // Return FALSE to fail DLL load.
24
+ __CheckedLoad ();
25
+
22
26
if (__CheckShouldExecuteAttachCode () > 0 )
23
27
{
24
- // Initialize once for each new process.
25
- // Return FALSE to fail DLL load.
26
- __CheckedLoad ();
27
-
28
28
// apply internal patches
29
29
__ApplyBuiltinPatches ();
30
30
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ BOOL WINAPI DllMain(
19
19
switch (fdwReason )
20
20
{
21
21
case DLL_PROCESS_ATTACH :
22
+ // Initialize once for each new process.
23
+ // Return FALSE to fail DLL load.
24
+ __CheckedLoad ();
25
+
22
26
if (__CheckShouldExecuteAttachCode () > 0 )
23
27
{
24
- // Initialize once for each new process.
25
- // Return FALSE to fail DLL load.
26
- __CheckedLoad ();
27
-
28
28
// apply internal patches
29
29
__ApplyBuiltinPatches ();
30
30
You can’t perform that action at this time.
0 commit comments