Your IP : 216.73.216.213
��Yfs �
@ s| d d l Z d d l Z d Z d Z d d d e d d f d e d d f d d i Z d
d � Z d d
� Z d d � Z d S)� Na�
#include <windows.h>
int WINAPI WinMain(
HINSTANCE hInstance, // handle to current instance
HINSTANCE hPrevInstance, // handle to previous instance
LPSTR lpCmdLine, // pointer to command line
int nCmdShow // show state of window
)
{
extern int Py_FrozenMain(int, char **);
PyImport_FrozenModules = _PyImport_FrozenModules;
return Py_FrozenMain(__argc, __argv);
}
z�
extern int PythonService_main(int, char **);
int main( int argc, char **argv)
{
PyImport_FrozenModules = _PyImport_FrozenModules;
return PythonService_main(argc, argv);
}
Zconsole� ZwindowsZserviceZcom_dll� c C s? y t | d d � SWn"