[Mplayer-cvslog] CVS: main/libdha/dhahelperwin dhasetup.c,1.3,1.4
Sascha Sommer CVS
syncmail at mplayerhq.hu
Sun May 9 16:03:12 CEST 2004
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/libdha/dhahelperwin
In directory mail:/var2/tmp/cvs-serv20835/libdha/dhahelperwin
Modified Files:
dhasetup.c
Log Message:
report if the service creation failed
Index: dhasetup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/dhahelperwin/dhasetup.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dhasetup.c 1 Apr 2004 22:48:37 -0000 1.3
+++ dhasetup.c 9 May 2004 14:03:10 -0000 1.4
@@ -38,6 +38,9 @@
NULL,
NULL,
NULL);
+ if(!hService){
+ printf("unable to register DHAHELPER Service (0x%x)\n",GetLastError());
+ }
}
else if(!strcmp(argv[1],"remove")){
SERVICE_STATUS ServiceStatus;
More information about the MPlayer-cvslog
mailing list