Changeset 10907 in ntrip for trunk/BNC/src/bncwindow.cpp


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

minor changes to solve an issue under windows operation system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.