Skip to content

Commit

Permalink
Fix CrstTypeTool to target the right header file on non-Windows platf…
Browse files Browse the repository at this point in the history
…orm (dotnet#32689)
  • Loading branch information
sywhang authored Feb 22, 2020
1 parent d872a66 commit 890c3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/inc/CrstTypeTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static int Main()
{
// Calculate the filenames of the input and output files.
string inputFile = "CrstTypes.def";
string outputFile = "CrstTypes.h";
string outputFile = "crsttypes.h";

// A common error is to forget to check out the CrstTypes.h file first. Handle this case specially
// so we can give a good error message.
Expand Down

0 comments on commit 890c3b6

Please sign in to comment.