Changeset 37:4fe9562edc7c in verona
- Timestamp:
- Jan 5, 2010 3:09:03 PM (3 years ago)
- Branch:
- default
- Parents:
- 36:12957c39df3b (diff), 23:1eeb186888a7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 deleted
- 2 edited
-
libosip2/src/osipparser2/osip_port.c (modified) (4 diffs)
-
libosip2/src/osipparser2/osip_port.c (modified) (1 diff)
-
phapi/phcall.c (deleted)
-
phapi/phconfig.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
libosip2/src/osipparser2/osip_port.c
r0 r37 22 22 #include <windows.h> 23 23 #endif 24 24 25 25 26 … … 871 872 #endif 872 873 873 #if def WIN32874 #if defined(WIN32) && !defined(_WIN32_WCE) 874 875 875 876 #include <time.h> 877 //#ifndef _WIN32_WCE 876 878 #include <sys/timeb.h> 877 879 //#endif /* !_WIN32_WCE */ 878 880 int 879 881 __osip_port_gettimeofday (struct timeval *tp, void *tz) … … 886 888 return OSIP_SUCCESS; 887 889 } 888 #elif defined(__linux) 889 #include <sys/time.h>890 #elif defined(__linux) || defined(_WIN32_WCE) 891 //#include <sys/time.h> 890 892 #define __osip_port_gettimeofday gettimeofday 891 893 #endif … … 898 900 int relative_time=0; 899 901 900 #if defined(WIN32) || defined(__linux)902 #if (defined(WIN32) || defined(__linux)) && !defined(_WIN32_WCE) 901 903 static struct timeval start={0,0}; 902 904 struct timeval now; -
libosip2/src/osipparser2/osip_port.c
r36 r37 22 22 #include <windows.h> 23 23 #endif 24 24 25 25 26
Note: See TracChangeset
for help on using the changeset viewer.
