- Timestamp:
- Jan 25, 2023, 12:37:11 PM (22 months ago)
- Location:
- trunk/BNC/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccaster.cpp
r9952 r9954 42 42 #ifndef WIN32 43 43 #include <unistd.h> 44 #el if44 #else 45 45 #include <qt_windows.h> 46 46 #endif -
trunk/BNC/src/bncmain.cpp
r9952 r9954 41 41 #ifndef WIN32 42 42 #include <unistd.h> 43 #el if43 #else 44 44 #include <qt_windows.h> 45 45 #endif -
trunk/BNC/src/bncwindow.cpp
r9952 r9954 64 64 #ifndef WIN32 65 65 #include <unistd.h> 66 #el if66 #else 67 67 #include <qt_windows.h> 68 68 #endif -
trunk/BNC/src/test_serial.cpp
r9952 r9954 2 2 #ifndef WIN32 3 3 #include <unistd.h> 4 #el if4 #else 5 5 #include <qt_windows.h> 6 6 #endif
Note:
See TracChangeset
for help on using the changeset viewer.