Aller à la documentation de ce fichier.
18#ifndef MEDIMPORT_WIN_DLL_H
19#define MEDIMPORT_WIN_DLL_H
21#if !defined(MED3_USESTATIC) && defined(PPRO_NT)
22# ifdef medimport_EXPORTS
23# define MEDIMPORT_EXPORT __declspec( dllexport )
25# define MEDIMPORT_EXPORT __declspec( dllimport )
28# define MEDIMPORT_EXPORT