Gammu internals  1.38.0
ser_w32.h
Go to the documentation of this file.
1 
2 #ifdef WIN32
3 #ifndef winserial_h
4 #define winserial_h
5 
6 #define WIN32_LEAN_AND_MEAN
7 #include <windows.h>
8 
9 typedef struct {
10  HANDLE hPhone;
11  DCB old_settings;
12  OVERLAPPED osWrite,osRead;
14 
15 #endif
16 #endif
17 
18 /* How should editor hadle tabs in this file? Add editor commands here.
19  * vim: noexpandtab sw=8 ts=8 sts=8:
20  */