Index: /tags/BNC_2.13.0/src/bncmain.cpp
===================================================================
--- /tags/BNC_2.13.0/src/bncmain.cpp	(revision 10270)
+++ /tags/BNC_2.13.0/src/bncmain.cpp	(revision 10271)
@@ -233,9 +233,9 @@
       "   PPP/logPath     {Directory for PPP log files [character string]}\n"
       "   PPP/antexFile   {ANTEX file, full path [character string]}\n"
-#ifdef USE_PPP      
+#ifdef USE_PPP
       "   PPP/blqFile     {BLQ file, full path [character string]}\n"
       "   PPP/ionoMount   {VTEC mountpoint, [char string]}\n"
       "   PPP/ionoFile    {VTEC file, full path [char string]}\n"
-#endif      
+#endif
       "   PPP/nmeaPath      {Directory for NMEA output files [character string]}\n"
       "   PPP/snxtroPath    {Directory for SINEX troposphere output files [character string]}\n"
@@ -568,5 +568,9 @@
     BNC_CORE->stopPPP();
     BNC_CORE->stopCombination();
-    sleep(2);
+#ifndef WIN32
+  sleep(2);
+#else
+  Sleep(2000);
+#endif
   }
   if (caster) {
