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
384
384
};
385
385
386
386
typedef void (HOSTFXR_CALLTYPE * hostfxr_resolve_frameworks_result_fn )(
387
- const hostfxr_resolve_frameworks_result * result ,
387
+ const struct hostfxr_resolve_frameworks_result * result ,
388
388
void * result_context );
389
389
390
390
//
@@ -411,7 +411,7 @@ typedef void (HOSTFXR_CALLTYPE* hostfxr_resolve_frameworks_result_fn)(
411
411
//
412
412
typedef int32_t (HOSTFXR_CALLTYPE * hostfxr_resolve_frameworks_for_runtime_config_fn )(
413
413
const char_t * runtime_config_path ,
414
- /*opt*/ const hostfxr_initialize_parameters * parameters ,
414
+ /*opt*/ const struct hostfxr_initialize_parameters * parameters ,
415
415
/*opt*/ hostfxr_resolve_frameworks_result_fn callback ,
416
416
/*opt*/ void * result_context );
417
417
You can’t perform that action at this time.
0 commit comments