X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fphones%2Fnk3110.c;h=df302041cfc41b2e9c70d84b53b785859127368b;hp=c798bbf36c04594ee556dbc420ca52b1f0ddca7e;hb=3ffd063073b4fe33d61c74b767c93833dc5bd8e5;hpb=4ee1266711b695852ec88f06784fd84400cd70bb diff --git a/common/phones/nk3110.c b/common/phones/nk3110.c index c798bbf..df30204 100644 --- a/common/phones/nk3110.c +++ b/common/phones/nk3110.c @@ -15,8 +15,11 @@ 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.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 +55,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 */