Changeset 589 in xtideuniversalbios for trunk/Serial_Server/library/Library.h
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Serial_Server/library/Library.h
r526 r589 3 3 // Project: XTIDE Universal BIOS, Serial Port Server 4 4 // 5 // File: library.h - Include file for users of the library5 // File: Library.h - Include file for users of the library 6 6 // 7 7 … … 87 87 88 88 #ifdef WIN32 89 #include "../win32/ win32serial.h"89 #include "../win32/Win32Serial.h" 90 90 #else 91 91 // there is no standard way to read/write and configure the serial port, OS specific only … … 93 93 94 94 #ifdef WIN32 95 #include "../win32/ win32file.h"95 #include "../win32/Win32File.h" 96 96 #else 97 #include " file.h"97 #include "File.h" 98 98 #endif 99 99
Note:
See TracChangeset
for help on using the changeset viewer.