00001 // dll.h 00004 00005 #ifndef DLL_INTERFACE_H 00006 #define DLL_INTERFACE_H 00007 00008 #ifndef CPROTO 00009 extern const export_functions dll_exports; 00010 #include "dllproto.h" 00011 #endif 00012 00013 #endif