Changeset 10907 in ntrip


Ignore:
Timestamp:
May 5, 2026, 4:33:27 PM (7 days ago)
Author:
stuerze
Message:

minor changes to solve an issue under windows operation system

Location:
trunk/BNC/src
Files:
4 edited

Legend:

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

    r10753 r10907  
    3939 * -----------------------------------------------------------------------*/
    4040
    41 #include <math.h>
    4241#ifndef WIN32
    4342#include <unistd.h>
     
    4544#include <windows.h>
    4645#endif
     46#include <math.h>
    4747#include <iostream>
    4848#include <iomanip>
  • trunk/BNC/src/bncwindow.cpp

    r10800 r10907  
    3838 *
    3939 * -----------------------------------------------------------------------*/
    40 
     40#ifndef WIN32
     41#include <unistd.h>
     42#else
     43#include <windows.h>
     44#endif
    4145#include <iostream>
    42 
    4346#include <QAction>
    4447#include <QApplication>
     
    6265#include <QToolBar>
    6366
    64 #ifndef WIN32
    65 #include <unistd.h>
    66 #else
    67 #include <windows.h>
    68 #endif
    6967#include "bncwindow.h"
    7068#include "bnccore.h"
  • trunk/BNC/src/combination/bnccomb.h

    r10820 r10907  
    33#define BNCCOMB_H
    44
    5 #include <fstream>
    6 #include <iostream>
    75#ifndef WIN32
    86#include <unistd.h>
     
    108#include <windows.h>
    119#endif
     10#include <fstream>
     11#include <iostream>
    1212#include <map>
    1313#include <newmat.h>
  • trunk/BNC/src/latencychecker.cpp

    r10586 r10907  
    3939 * -----------------------------------------------------------------------*/
    4040
    41 #include <iostream>
    42 
    4341#ifdef WIN32
    4442#include <windows.h>
     
    4644#include <unistd.h>
    4745#endif
     46#include <iostream>
    4847
    4948#include "latencychecker.h"
Note: See TracChangeset for help on using the changeset viewer.