mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 10:17:31 +00:00
report if the service creation failed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12451 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9408d24736
commit
d6b92ea55e
@ -38,6 +38,9 @@ int main(int argc,char* argv[]){
|
||||
NULL,
|
||||
NULL,
|
||||
NULL);
|
||||
if(!hService){
|
||||
printf("unable to register DHAHELPER Service (0x%x)\n",GetLastError());
|
||||
}
|
||||
}
|
||||
else if(!strcmp(argv[1],"remove")){
|
||||
SERVICE_STATUS ServiceStatus;
|
||||
|
Loading…
Reference in New Issue
Block a user