You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!module&& !is_ok (error) &&mono_error_get_error_code (error) ==MONO_ERROR_BAD_IMAGE)
572
579
mono_error_move (bad_image_error, error);
573
580
}
574
-
#endif
575
581
576
582
// TODO: Pass remaining flags on to LoadLibraryEx on Windows where appropriate, see https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.dllimportsearchpath?view=netcore-3.1
0 commit comments