version 1.4 | | version 1.5 |
---|
| | |
| | |
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" |
| | |
StartServiceCtrlDispatcher( DispatchTable ); | | StartServiceCtrlDispatcher( DispatchTable ); |
exit( 0 ); | | exit( 0 ); |
} | | } |
| | #endif /* PYTHON_PLUGIN_EXPORTS */ |