diff options
author | fcolin | 2007-02-01 13:14:26 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:14:26 +0000 |
commit | 03869dbf5673b92b0140ebe69beb0bacba21506e (patch) | |
tree | 8795788ce479d56bdc118cdc54da6fcee85ef5e8 /comIvy | |
parent | a7f6fb235546ee24c8d2ebc76ad2f944f7ca065e (diff) | |
download | ivy-cplusplus-03869dbf5673b92b0140ebe69beb0bacba21506e.zip ivy-cplusplus-03869dbf5673b92b0140ebe69beb0bacba21506e.tar.gz ivy-cplusplus-03869dbf5673b92b0140ebe69beb0bacba21506e.tar.bz2 ivy-cplusplus-03869dbf5673b92b0140ebe69beb0bacba21506e.tar.xz |
Utilisateur : Fcolin Date : 18/04/03 Heure : 15:43 Archivé dans $/Bus/comIvy Commentaire: ajout GetDomain (vss 2)
Diffstat (limited to 'comIvy')
-rw-r--r-- | comIvy/comIvy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comIvy/comIvy.cpp b/comIvy/comIvy.cpp index 1c24f87..e2b9c93 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, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}",
+[ module(dll, version=2.0, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}",
name = "comIvy",
- helpstring = "Bibliothèque de types comIvy 1.0",
+ helpstring = "Bibliothèque de types comIvy",
resource_name = "IDR_COMIVY") ];
|