summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/device/serial/ser_w32.h
blob: d1aa37ab4080534e02e4da6fadd7704517912278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

#ifdef WIN32
#ifndef winserial_h
#define winserial_h

#include <windows.h>

typedef struct {
	Qt::HANDLE 		hPhone;
	DCB 		old_settings;
	OVERLAPPED 	osWrite,osRead;
} GSM_Device_SerialData;

#endif
#endif

/* How should editor hadle tabs in this file? Add editor commands here.
 * vim: noexpandtab sw=8 ts=8 sts=8:
 */