Changeset 9958 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Jan 25, 2023, 2:47:29 PM (15 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmain.cpp

    r9957 r9958  
    4242#include <unistd.h>
    4343#else
    44 #include <Windows.h>
     44#include <windows.h>
    4545#endif
    4646#include <signal.h>
     
    6868  BNC_CORE->stopPPP();
    6969  BNC_CORE->stopCombination();
     70#ifndef WIN32
    7071  sleep(2);
     72#else
     73  Sleep(2000);
     74#endif
    7175  ::exit(99);
    7276}
Note: See TracChangeset for help on using the changeset viewer.