#ifndef __VERILOG_ROOT_H #define __VERILOG_ROOT_H #ifdef __cplusplus extern "C" { #endif #ifndef _ASMLANGUAGE #include "guid.h" DEFINE_GUID(CLSID_VERILOG_ROOT, 0x5d3cde51, 0xdb70, 0x4283, 0x95, 0xe1, 0x0, 0xd3, 0xbf, 0x61, 0x12, 0x36); IVerilogRoot ** getVerilogRoot(); #endif #ifdef __cplusplus } #endif #endif