Kaynağa Gözat

added missing file

ScottBrogden 9 yıl önce
ebeveyn
işleme
e1e8bd4dc2
1 değiştirilmiş dosya ile 17 ekleme ve 0 silme
  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");
+};