Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many delegates defined twice #42

Closed
AArnott opened this issue Nov 27, 2020 · 1 comment
Closed

Many delegates defined twice #42

AArnott opened this issue Nov 27, 2020 · 1 comment

Comments

@AArnott
Copy link
Member

AArnott commented Nov 27, 2020

Many delegates are not unique in the metadata dll in version 10.0.21269.1001

3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259136,50,259136,67): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'EXCEPTION_ROUTINE'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259138,50,259138,68): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PEXCEPTION_ROUTINE'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259140,34,259140,57): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'ENCLAVE_TARGET_FUNCTION'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259142,34,259142,58): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PENCLAVE_TARGET_FUNCTION'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259144,34,259144,59): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'LPENCLAVE_TARGET_FUNCTION'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259146,33,259146,52): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PIMAGE_TLS_CALLBACK'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259148,33,259148,62): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'RTL_UMS_SCHEDULER_ENTRY_POINT'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259150,33,259150,63): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PRTL_UMS_SCHEDULER_ENTRY_POINT'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259152,33,259152,41): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PAPCFUNC'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259154,32,259154,59): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PVECTORED_EXCEPTION_HANDLER'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259156,33,259156,56): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'WAITORTIMERCALLBACKFUNC'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259158,33,259158,51): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'WORKERCALLBACKFUNC'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259160,33,259160,54): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'APC_CALLBACK_FUNCTION'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259162,33,259162,52): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'WAITORTIMERCALLBACK'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259164,33,259164,55): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PFLS_CALLBACK_FUNCTION'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259166,33,259166,62): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PSECURE_MEMORY_CACHE_CALLBACK'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259258,33,259258,52): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PTP_SIMPLE_CALLBACK'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259260,33,259260,66): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PTP_CLEANUP_GROUP_CANCEL_CALLBACK'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259262,33,259262,50): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PTP_WORK_CALLBACK'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259264,33,259264,51): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PTP_TIMER_CALLBACK'
3>D:\git\pinvoke\bin\Debug\netcoreapp3.1\output\NativeMethods.cs(259266,33,259266,50): error CS0101: The namespace 'Microsoft.Windows.Sdk' already contains a definition for 'PTP_WAIT_CALLBACK'
@sotteson1
Copy link
Contributor

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants