summaryrefslogtreecommitdiff
path: root/comIvy/comIvy.cpp
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:29:31 +0000
committerfcolin2007-02-01 13:29:31 +0000
commitafe2e7dfc1388cad991e8d38dda7d648c137aa52 (patch)
tree92bf63d2b2b34a805927aa294c7c51912638f66a /comIvy/comIvy.cpp
parent0be65f8a110ee9bf5da9c93e0bd5b5b62b3bad0c (diff)
parent04c263c314499e38d64af9d4a1aa5e2b8d9d5ead (diff)
downloadivy-cplusplus-windows@3001.zip
ivy-cplusplus-windows@3001.tar.gz
ivy-cplusplus-windows@3001.tar.bz2
ivy-cplusplus-windows@3001.tar.xz
modif struct svnwindows@3001
Diffstat (limited to 'comIvy/comIvy.cpp')
-rw-r--r--comIvy/comIvy.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/comIvy/comIvy.cpp b/comIvy/comIvy.cpp
new file mode 100644
index 0000000..209693b
--- /dev/null
+++ b/comIvy/comIvy.cpp
@@ -0,0 +1,10 @@
+// comIvy.cpp : implémentation des exportations de DLL.
+
+#include "stdafx.h"
+#include "resource.h"
+
+// L'attribut du module a provoqué l'implémentation automatique de DllMain, DllRegisterServer et DllUnregisterServer
+[ module(dll, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}",
+ name = "comIvy",
+ helpstring = "Bibliothèque de types comIvy",
+ resource_name = "IDR_COMIVY") ];