瀏覽代碼

added missing file

ScottBrogden 9 年之前
父節點
當前提交
e1e8bd4dc2
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      CP_Main.idl

+ 17 - 0
CP_Main.idl

@@ -0,0 +1,17 @@
+// CP_Main.idl : IDL source for CP_Main
+//
+
+// This file will be processed by the MIDL tool to
+// produce the type library (CP_Main.tlb) and marshalling code.
+
+import "oaidl.idl";
+import "ocidl.idl";
+
+[
+	uuid(C4B234A1-7A0C-4DA0-983D-E6ED40DEAD87),
+	version(1.0)	
+]
+library CP_MainLib
+{
+	importlib("stdole2.tlb");
+};