Skip to content

Commit 253b8ae

Browse files
committed
Update .NET header files
1 parent 402c6a8 commit 253b8ae

File tree

1 file changed

+3
-3
lines changed
  • gm_dotnet_native/external_includes/netcore

1 file changed

+3
-3
lines changed

gm_dotnet_native/external_includes/netcore/hostfxr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ typedef void(HOSTFXR_CALLTYPE *hostfxr_error_writer_fn)(const char_t *message);
6464
// By default no callback is registered in which case the errors are written to stderr.
6565
//
6666
// Each call to the error writer is sort of like writing a single line (the EOL character is omitted).
67-
// Multiple calls to the error writer may occure for one failure.
67+
// Multiple calls to the error writer may occur for one failure.
6868
//
6969
// If the hostfxr invokes functions in hostpolicy as part of its operation, the error writer
7070
// will be propagated to hostpolicy for the duration of the call. This means that errors from
@@ -314,10 +314,10 @@ struct hostfxr_dotnet_environment_info
314314
const char_t* hostfxr_commit_hash;
315315

316316
size_t sdk_count;
317-
const hostfxr_dotnet_environment_sdk_info* sdks;
317+
const struct hostfxr_dotnet_environment_sdk_info* sdks;
318318

319319
size_t framework_count;
320-
const hostfxr_dotnet_environment_framework_info* frameworks;
320+
const struct hostfxr_dotnet_environment_framework_info* frameworks;
321321
};
322322

323323
#endif //__HOSTFXR_H__

0 commit comments

Comments
 (0)