X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fphones%2Fnk3110.c;h=d48edcd5fd4b1cf5f9c18cce4bef6be965993824;hp=c798bbf36c04594ee556dbc420ca52b1f0ddca7e;hb=af2b6d91a335e0f0a6dd0f487c7e5ddadf6d4bfc;hpb=bcc8fc57c069077c966278c0af16a6d9f39ea181 diff --git a/common/phones/nk3110.c b/common/phones/nk3110.c index c798bbf..d48edcd 100644 --- a/common/phones/nk3110.c +++ b/common/phones/nk3110.c @@ -15,8 +15,17 @@ See README for more details on supported mobile phones. $Log$ - Revision 1.1.1.1 2001/11/25 21:59:13 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.1.8.1 2001/11/27 23:06:09 short + Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58 + + Revision 1.1.1.1.2.1 2001/11/27 22:48:37 short + Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58 + + Revision 1.1.1.2 2001/11/27 22:01:20 short + :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Tue Nov 27 22:58 CET 2001 + + Revision 1.7 2001/11/27 12:19:01 pkot + Cleanup, indentation, ANSI complaint preprocesor symbols (Jan Kratochvil, me) Revision 1.6 2001/11/20 16:22:22 pkot First attempt to read Picture Messages. They should appear when you enable DEBUG. Nokia seems to break own standards. :/ (Markus Plail) @@ -52,10 +61,10 @@ #include "phones/nokia.h" #ifndef WIN32 - #include +# include #else - #define snprintf _snprintf - #define usleep(x) Sleep(((x) < 1000) ? 1 : ((x) / 1000)) +# define snprintf _snprintf +# define usleep(x) Sleep(((x) < 1000) ? 1 : ((x) / 1000)) #endif /* Some globals */