Skip to content

Commit 32b71d6

Browse files
authored
Fix include name (#2)
***NO_CI***
1 parent a7c1feb commit 32b71d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Tools.MetaDataProcessor/Info_Win32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ static const CHAR c_Type_End[] =
457457
//--//
458458

459459
static const CHAR c_Definition_Begin[] =
460-
"#include \"%S.h\"\n"
460+
"#include \"%S_native.h\"\n"
461461
"\n"
462462
"\n"
463463
"static const CLR_RT_MethodHandler method_lookup[] =\n"

0 commit comments

Comments
 (0)