00001 00002 00003 #ifndef _ELEKTRODEF_H_ 00004 #define _ELEKTRODEF_H_ 00007 #include <stdio.h> 00008 #include <interface.h> 00011 00012 #ifndef EDLL 00013 #ifdef WIN32 00014 #define EDLL __declspec(dllimport) 00015 #else 00016 #define EDLL 00017 #endif 00018 #endif 00019 00022 00023 #define ELIBOBJ\ 00024 public:\ 00025 EDLL static ACI CI;\ 00026 virtual ACI *getCI () { return &CI; } 00027 00030 #endif 00033