Difference for include/plugin.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 9
 
Line 9
   
 #ifndef PLUGIN_H_  #ifndef PLUGIN_H_
 #define PLUGIN_H_  #define PLUGIN_H_
   
   /*****************************************************************************/
   /* This one does not exist under Win32.                                      */
   /*****************************************************************************/
   #ifndef WIN32
 #include <dlfcn.h>  #include <dlfcn.h>
   #endif
   
 #include <version.h>  #include <version.h>
 #include <global.h>  #include <global.h>
 #include <object.h>  #include <object.h>
 #ifndef __CEXTRACT__  
 // #include <sproto.h>  
 #endif  
 #ifdef HAVE_TIME_H  #ifdef HAVE_TIME_H
 #include <time.h>  #include <time.h>
 #endif  #endif


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:27