File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ struct hostfxr_resolve_frameworks_result
384384};
385385
386386typedef void (HOSTFXR_CALLTYPE * hostfxr_resolve_frameworks_result_fn )(
387- const hostfxr_resolve_frameworks_result * result ,
387+ const struct hostfxr_resolve_frameworks_result * result ,
388388 void * result_context );
389389
390390//
@@ -411,7 +411,7 @@ typedef void (HOSTFXR_CALLTYPE* hostfxr_resolve_frameworks_result_fn)(
411411//
412412typedef int32_t (HOSTFXR_CALLTYPE * hostfxr_resolve_frameworks_for_runtime_config_fn )(
413413 const char_t * runtime_config_path ,
414- /*opt*/ const hostfxr_initialize_parameters * parameters ,
414+ /*opt*/ const struct hostfxr_initialize_parameters * parameters ,
415415 /*opt*/ hostfxr_resolve_frameworks_result_fn callback ,
416416 /*opt*/ void * result_context );
417417
You can’t perform that action at this time.
0 commit comments