20 lines
193 B
Plaintext
20 lines
193 B
Plaintext
/*
|
|
* LCImport.idl
|
|
*
|
|
* Author: BreenH
|
|
*
|
|
* Dummy interface for including system headers.
|
|
*/
|
|
|
|
[
|
|
version(0.0),
|
|
local
|
|
]
|
|
|
|
interface imports
|
|
{
|
|
#define MIDL_PASS
|
|
#include "lcimport.h"
|
|
}
|
|
|