author | zautrix <zautrix> | 2004-10-06 19:43:06 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-06 19:43:06 (UTC) |
commit | ed4675de07d947f55d2672c721599e3a0af1e24b (patch) (side-by-side diff) | |
tree | f143fd171dab8a8d05bf08ffd7efb84cffe3cb97 | |
parent | be3a5ea82c9a160eeeaad187a357c9a085fdb20a (diff) | |
download | kdepimpi-ed4675de07d947f55d2672c721599e3a0af1e24b.zip kdepimpi-ed4675de07d947f55d2672c721599e3a0af1e24b.tar.gz kdepimpi-ed4675de07d947f55d2672c721599e3a0af1e24b.tar.bz2 |
bugfixes
-rw-r--r-- | gammu/emb/common/gsmstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gammu/emb/common/gsmstate.h b/gammu/emb/common/gsmstate.h index f15a6a7..2b4806c 100644 --- a/gammu/emb/common/gsmstate.h +++ b/gammu/emb/common/gsmstate.h @@ -161,6 +161,7 @@ typedef struct _GSM_Reply_Function GSM_Reply_Function; # undef GSM_ENABLE_FBUS2BLUE # undef GSM_ENABLE_MROUTERBLUE #endif + #ifndef WIN32 # ifdef ENABLE_LGPL # undef GSM_ENABLE_IRDADEVICE @@ -1576,4 +1577,3 @@ void GSM_GetPhoneFeaturesForBackup(GSM_StateMachine *s, GSM_Backup_Info *info); /* How should editor hadle tabs in this file? Add editor commands here. * vim: noexpandtab sw=8 ts=8 sts=8: */ - |