summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:14:28 +0000
committerfcolin2007-02-01 13:14:28 +0000
commitc61976ebf37e05f8001ae7d091a846e5f57200bf (patch)
treea45b9d692d9cca10047663a51e6a0a894305761f
parent03869dbf5673b92b0140ebe69beb0bacba21506e (diff)
downloadivy-cplusplus-c61976ebf37e05f8001ae7d091a846e5f57200bf.zip
ivy-cplusplus-c61976ebf37e05f8001ae7d091a846e5f57200bf.tar.gz
ivy-cplusplus-c61976ebf37e05f8001ae7d091a846e5f57200bf.tar.bz2
ivy-cplusplus-c61976ebf37e05f8001ae7d091a846e5f57200bf.tar.xz
Utilisateur : Fcolin Date : 18/04/03 Heure : 15:46 Archivé dans $/Bus/comIvy Commentaire: (vss 3)
-rw-r--r--comIvy/comIvy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/comIvy/comIvy.cpp b/comIvy/comIvy.cpp
index e2b9c93..209693b 100644
--- a/comIvy/comIvy.cpp
+++ b/comIvy/comIvy.cpp
@@ -4,7 +4,7 @@
#include "resource.h"
// L'attribut du module a provoqué l'implémentation automatique de DllMain, DllRegisterServer et DllUnregisterServer
-[ module(dll, version=2.0, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}",
+[ module(dll, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}",
name = "comIvy",
helpstring = "Bibliothèque de types comIvy",
resource_name = "IDR_COMIVY") ];