Difference for server/win32.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 163
 
Line 163
   
   Those functions are called while init is still being done, so no logging available.    Those functions are called while init is still being done, so no logging available.
   
     Not useful for plugins, though.
   
  */   */
   
 int bRunning;  int bRunning;
   
   #ifndef PYTHON_PLUGIN_EXPORTS
   
 SERVICE_STATUS m_ServiceStatus;  SERVICE_STATUS m_ServiceStatus;
 SERVICE_STATUS_HANDLE m_ServiceStatusHandle;  SERVICE_STATUS_HANDLE m_ServiceStatusHandle;
 #define SERVICE_NAME        "Crossfire"  #define SERVICE_NAME        "Crossfire"
Line 333
 
Line 338
  StartServiceCtrlDispatcher( DispatchTable );   StartServiceCtrlDispatcher( DispatchTable );
     exit( 0 );      exit( 0 );
     }      }
   #endif /* PYTHON_PLUGIN_EXPORTS */


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

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:53