Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58
[gnokii.git] / common / phones / nk3110.c
index c798bbf..a0afdb2 100644 (file)
   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.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)
 #include "phones/nokia.h"
 
 #ifndef WIN32
-  #include <unistd.h>
+#  include <unistd.h>
 #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 */