Skip to content

Commit 8be832e

Browse files
author
Brian Gianforcaro
committed
Maintenance: Reformat CREDITS.TXT -> CREDITS.md
1 parent 58cb9a0 commit 8be832e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CREDITS.TXT CREDITS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
==============================================================================
1+
# Detours Contributor Credits
2+
23
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.
55

66
* Jay Krell: Identified error in DetourFindPayload that caused a
77
incorrect failure when pcbData is NULL. (Build_342)

vc/Detours.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ nmake</Command>
559559
<None Include="..\system.mak" />
560560
</ItemGroup>
561561
<ItemGroup>
562-
<Text Include="..\CREDITS.TXT" />
562+
<Text Include="..\CREDITS.md" />
563563
<Text Include="..\samples\cping\ReadMe.Txt" />
564564
<Text Include="..\samples\dtest\NORMAL_IA64.TXT" />
565565
<Text Include="..\samples\dtest\NORMAL_X64.TXT" />
@@ -597,4 +597,4 @@ nmake</Command>
597597
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
598598
<ImportGroup Label="ExtensionTargets">
599599
</ImportGroup>
600-
</Project>
600+
</Project>

vc/Detours.vcxproj.filters

+2-2
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
<Text Include="..\samples\README.TXT">
525525
<Filter>samples</Filter>
526526
</Text>
527-
<Text Include="..\CREDITS.TXT" />
527+
<Text Include="..\CREDITS.md" />
528528
</ItemGroup>
529529
<ItemGroup>
530530
<ResourceCompile Include="..\samples\traceapi\trcapi.rc">
@@ -587,4 +587,4 @@
587587
<Filter>samples\cping</Filter>
588588
</Midl>
589589
</ItemGroup>
590-
</Project>
590+
</Project>

0 commit comments

Comments
 (0)