[xiph-commits] r18657 - icecast/branches/ph3/icecast/src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Fri Oct 12 08:01:32 PDT 2012
Author: ph3-der-loewe
Date: 2012-10-12 08:01:32 -0700 (Fri, 12 Oct 2012)
New Revision: 18657
Modified:
icecast/branches/ph3/icecast/src/main.c
Log:
make -b (daemonize) work on win32 with console binaries
Modified: icecast/branches/ph3/icecast/src/main.c
===================================================================
--- icecast/branches/ph3/icecast/src/main.c 2012-10-12 14:48:28 UTC (rev 18656)
+++ icecast/branches/ph3/icecast/src/main.c 2012-10-12 15:01:32 UTC (rev 18657)
@@ -180,6 +180,8 @@
exit(1);
}
background = 1;
+#else
+ FreeConsole();
#endif
}
if (strcmp(argv[i], "-v") == 0) {
More information about the commits
mailing list