| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
For x86_64 it does not actually matter, but for i686 builds the call convention
is different with WINAPI.
|
|
|
|
|
| |
MSDN SetServiceStatus(): "Do not register to accept controls while the status
is SERVICE_START_PENDING or the service can crash."
|
| |
|
|
|
|
|
| |
Services get executed with system32 as current working directory. This does
not work for us, as we expect paths to be relative to the executable.
|
|
The resulting binary can be either run as Windows service or directly as
console application.
|