api.h

00001 // This is a generic DLL api definition. 
00002 // It allows touse a MYAPI statement for class definitions
00003 // instead of package-specific names. Thus, a class can easily
00004 // be moved from one dll to another one without change.
00005 // 
00006 // However, this file MUST be included as the LAST include file
00007 // within a header file, just before the class definitions, via
00008 // #include "api.h"
00009 // If there is ANY #include statement after including this file
00010 // then things WILL go bad.
00011 
00012 
00013 #include "fishviewsurfaceDllApi.h"
00014 
00015 #undef  MYAPI
00016 #define MYAPI fishviewsurface_API
00017