diff --git a/src/mscorlib/Resources/Strings.resx b/src/mscorlib/Resources/Strings.resx index 6448024c2867..9e2b7841bb68 100644 --- a/src/mscorlib/Resources/Strings.resx +++ b/src/mscorlib/Resources/Strings.resx @@ -3715,4 +3715,13 @@ The given generic instantiation was invalid. + + A calling assembly must be provided if the flag DllImportSearchPath.AssemblyDirectory is specified. + + + The specified DllImportSearchPath flags are not supported on the current platform. + + + An invalid ordinal value was specified. + diff --git a/src/mscorlib/System.Private.CoreLib.csproj b/src/mscorlib/System.Private.CoreLib.csproj index aec27ca03244..8460baf0f6f6 100644 --- a/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/mscorlib/System.Private.CoreLib.csproj @@ -58,7 +58,7 @@ x86 0x10000000 - BIT32;$(DefineConstants) + BIT32;X86;$(DefineConstants) arm @@ -149,6 +149,7 @@ + @@ -585,6 +586,7 @@ + @@ -594,6 +596,7 @@ +