We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09305a8 commit 1b33055Copy full SHA for 1b33055
1 file changed
src/coreclr/inc/corhdr.h
@@ -1869,12 +1869,6 @@ typedef enum LoadHintEnum
1869
#define DEPENDENCY_TYPE_W W("System.Runtime.CompilerServices.DependencyAttribute")
1870
#define DEPENDENCY_TYPE "System.Runtime.CompilerServices.DependencyAttribute"
1871
1872
-#define TARGET_FRAMEWORK_TYPE_W W("System.Runtime.Versioning.TargetFrameworkAttribute")
1873
-#define TARGET_FRAMEWORK_TYPE "System.Runtime.Versioning.TargetFrameworkAttribute"
1874
-
1875
-#define ASSEMBLY_METADATA_TYPE_W W("System.Reflection.AssemblyMetadataAttribute")
1876
-#define ASSEMBLY_METADATA_TYPE "System.Reflection.AssemblyMetadataAttribute"
1877
1878
1879
#define CMOD_CALLCONV_NAMESPACE_OLD "System.Runtime.InteropServices"
1880
#define CMOD_CALLCONV_NAMESPACE "System.Runtime.CompilerServices"
0 commit comments