Changeset 4477
- Timestamp:
- 07/15/09 10:40:41 (4 years ago)
- Location:
- vic/branches/mpeg4
- Files:
-
- 2 modified
-
config.h (modified) (2 diffs)
-
rtp/session.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vic/branches/mpeg4/config.h
r4409 r4477 160 160 #include <memory.h> 161 161 #include <errno.h> 162 #include <process.h> 162 163 #include <math.h> 163 164 #include <stdlib.h> /* abs() */ … … 309 310 int getuid(void); 310 311 int getgid(void); 311 int getpid(void); 312 #define getpid _getpid 312 313 int nice(int); 313 314 int sendmsg(int, struct msghdr*, int); -
vic/branches/mpeg4/rtp/session.cpp
r4445 r4477 36 36 #include <string.h> 37 37 #ifdef WIN32 38 extern "C" int getpid(); 38 #include <process.h> 39 39 #endif 40 40 #include "source.h"
