Changeset 9952 in ntrip


Ignore:
Timestamp:
Jan 25, 2023, 12:13:49 PM (15 months ago)
Author:
stuerze
Message:
 
Location:
trunk/BNC/src
Files:
5 edited

Legend:

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

    r9854 r9952  
    4040
    4141#include <math.h>
     42#ifndef WIN32
    4243#include <unistd.h>
     44#elif
     45#include <qt_windows.h>
     46#endif
    4347#include <iostream>
    4448#include <iomanip>
  • trunk/BNC/src/bncmain.cpp

    r9942 r9952  
    3939 * -----------------------------------------------------------------------*/
    4040
     41#ifndef WIN32
    4142#include <unistd.h>
     43#elif
     44#include <qt_windows.h>
     45#endif
    4246#include <signal.h>
    4347#include <QApplication>
  • trunk/BNC/src/bncwindow.cpp

    r9942 r9952  
    6262#include <QToolBar>
    6363
     64#ifndef WIN32
    6465#include <unistd.h>
     66#elif
     67#include <qt_windows.h>
     68#endif
    6569#include "bncwindow.h"
    6670#include "bnccore.h"
  • trunk/BNC/src/serial/posix_qextserialport.h

    r1317 r9952  
    66#include <termios.h>
    77#include <errno.h>
     8#ifndef WIN32
    89#include <unistd.h>
     10#elif
     11#include <qt_windows.h>
     12#endif
    913#include <sys/time.h>
    1014#include <sys/ioctl.h>
  • trunk/BNC/src/test_serial.cpp

    r9854 r9952  
    11
     2#ifndef WIN32
    23#include <unistd.h>
     4#elif
     5#include <qt_windows.h>
     6#endif
    37#include <stdio.h>
    48#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.