You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
279 B
17 lines
279 B
[
|
|
uuid(b0de3bdb-b0d7-42c5-8d0b-bc7f4a005825),
|
|
#ifdef __midl
|
|
ms_union,
|
|
#endif // __midl
|
|
version(0.0)
|
|
]
|
|
|
|
interface imports
|
|
{
|
|
#define MIDL_PASS
|
|
#include "import.h"
|
|
|
|
// All .idl files need to contain at least one function prototype
|
|
DWORD
|
|
Dummy([in] DWORD dwDummyParm);
|
|
}
|