File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ==============================================================================
1
+ # Detours Contributor Credits
2
+
2
3
The following individuals have helped identify specific bugs and improvements
3
- in Detours. The entire Detours community has benefited from their help.
4
- ==============================================================================
4
+ in Detours. The entire Detours community has benefited from their help.
5
5
6
6
* Jay Krell: Identified error in DetourFindPayload that caused a
7
7
incorrect failure when pcbData is NULL. (Build_342)
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ nmake</Command>
559
559
<None Include =" ..\system.mak" />
560
560
</ItemGroup >
561
561
<ItemGroup >
562
- <Text Include =" ..\CREDITS.TXT " />
562
+ <Text Include =" ..\CREDITS.md " />
563
563
<Text Include =" ..\samples\cping\ReadMe.Txt" />
564
564
<Text Include =" ..\samples\dtest\NORMAL_IA64.TXT" />
565
565
<Text Include =" ..\samples\dtest\NORMAL_X64.TXT" />
@@ -597,4 +597,4 @@ nmake</Command>
597
597
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
598
598
<ImportGroup Label =" ExtensionTargets" >
599
599
</ImportGroup >
600
- </Project >
600
+ </Project >
Original file line number Diff line number Diff line change 524
524
<Text Include =" ..\samples\README.TXT" >
525
525
<Filter >samples</Filter >
526
526
</Text >
527
- <Text Include =" ..\CREDITS.TXT " />
527
+ <Text Include =" ..\CREDITS.md " />
528
528
</ItemGroup >
529
529
<ItemGroup >
530
530
<ResourceCompile Include =" ..\samples\traceapi\trcapi.rc" >
587
587
<Filter >samples\cping</Filter >
588
588
</Midl >
589
589
</ItemGroup >
590
- </Project >
590
+ </Project >
You can’t perform that action at this time.
0 commit comments