Skip to content

Commit ddf0cfc

Browse files
authored
Fix header file name in include stub (#4)
***PUBLISH_RELEASE***
1 parent 054b12a commit ddf0cfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/Tools.MetaDataProcessor/Info_Win32.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ static const CHAR c_WARNING_FILE_OVERWRITE_Header[] =
425425
// the include name bellow has to be in LOWER case
426426
static const CHAR c_Include_Header_Begin[] =
427427
"\n"
428-
"#include \"%S_native.h\"\n"
428+
"#include \"%S\"\n"
429429
"\n";
430430

431431
static const CHAR c_Include_Interop_h[] =
@@ -457,7 +457,7 @@ static const CHAR c_Type_End[] =
457457
//--//
458458

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

source/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.14",
3+
"version": "1.15",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)