/*
 *	LCImport.idl
 *
 *	Author: BreenH
 *
 *	Dummy interface for including system headers.
 */

[
    version(0.0),
    local
]

interface imports
{
#define MIDL_PASS
#include "lcimport.h"
}

