Reporter | Dmitry Ivanov (daivanov) |
---|---|
Created | Feb 1, 2012 5:52:15 PM |
Updated | Feb 2, 2012 9:15:08 PM |
Resolved | Feb 2, 2012 4:56:04 PM |
Priority | Critical |
Type | Unspecified |
Fix versions | Next |
State | Fixed |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | 6.5.1.3937 |
[DllImport("libleveldb.dll", PreserveSig = true, CallingConvention = CallingConvention.Cdecl)] private static extern extern byte* leveldb_get(IntPtr db, IntPtr options, byte* key, IntPtr keylen, out IntPtr vallen, byte** errptr);
Compilation fails with "Duplicate 'extern' modifier" but R# doesn't highlight error.