2014-08-13 10:39:27 +01:00
|
|
|
// Author:
|
|
|
|
// Juerg Billeter (j@bitron.ch)
|
|
|
|
//
|
|
|
|
// (C) 2008 Juerg Billeter
|
|
|
|
//
|
2016-11-10 13:04:39 +00:00
|
|
|
// Licensed under the MIT/X11 license.
|
2014-08-13 10:39:27 +01:00
|
|
|
//
|
|
|
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
#if !READ_ONLY
|
|
|
|
|
|
|
|
namespace Mono.Cecil.Pdb {
|
|
|
|
|
|
|
|
[Guid ("B01FAFEB-C450-3A4D-BEEC-B4CEEC01E006")]
|
|
|
|
[InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
|
|
|
|
[ComImport]
|
|
|
|
interface ISymUnmanagedDocumentWriter {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|