2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0029-4.cs
blobba4d4093eaa63454741c54797e51e21d5a998b56
1 // cs0029.cs: Cannot implicitly convert type `string' to `System.Runtime.InteropServices.CallingConvention'
2 // Line: 10
4 using System;
5 using System.Runtime.InteropServices;
7 namespace Tsunami {
8 public sealed class Gl {
10 [DllImport("libGL.so", EntryPoint="glCopyTexSubImage3D", CallingConvention="cdecl", ExactSpelling=true)]
11 public static extern void CopyTexSubImage3D ();