Difference for include/plugin.h from version 1.2 to 1.3


version 1.2 version 1.3
Line 20
 
Line 20
 #endif  #endif
 #include <../random_maps/random_map.h>  #include <../random_maps/random_map.h>
 #include <../random_maps/rproto.h>  #include <../random_maps/rproto.h>
 #include <dlfcn.h>  
   
 /*****************************************************************************/  /*****************************************************************************/
 /* This one does not exist under Win32.                                      */  /* This one does not exist under Win32.                                      */
 /*****************************************************************************/  /*****************************************************************************/
 #ifndef WIN32  #ifndef WIN32
   #include <dlfcn.h>
 #include <dirent.h>  #include <dirent.h>
 #endif  #endif
   


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

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