diff options
Diffstat (limited to 'comIvy')
-rw-r--r-- | comIvy/comIvy.cpp | 2 |
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") ];
|