summaryrefslogtreecommitdiff
path: root/comIvy/comIvy.cpp
blob: 209693b1d640096de99142979d009a307feee959 (plain)
1
2
3
4
5
6
7
8
9
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") ];