Difference for plugins/common/include/plugin_common.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 28
 
Line 28
 #ifndef PLUGIN_COMMON_H   #ifndef PLUGIN_COMMON_H
 #define PLUGIN_COMMON_H   #define PLUGIN_COMMON_H
    
   #ifdef WIN32
   #define CF_PLUGIN __declspec(dllexport)
   #else
   #define CF_PLUGIN
   #endif
   
 #include <plugin.h>   #include <plugin.h>
    
 extern int cf_init_plugin( f_plug_api getHooks );   extern int cf_init_plugin( f_plug_api getHooks );


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:58