comparison os_support.h @ 2857:02256c92627d libavformat

djgpp port, first part patch by Michael Kostylev, mik niipt ru
author diego
date Mon, 24 Dec 2007 12:49:27 +0000
parents ef97cb4269d8
children 5ba8eab6e1da
comparison
equal deleted inserted replaced
2856:cd1eabf38f6f 2857:02256c92627d
25 /** 25 /**
26 * @file os_support.h 26 * @file os_support.h
27 * miscellaneous OS support macros and functions. 27 * miscellaneous OS support macros and functions.
28 */ 28 */
29 29
30 #if defined(__BEOS__) || defined(__INNOTEK_LIBC__) 30 #if defined(__BEOS__) || defined(__INNOTEK_LIBC__) || defined(__DJGPP__)
31 typedef int socklen_t; 31 typedef int socklen_t;
32 #endif 32 #endif
33 33
34 #ifdef __MINGW32__ 34 #ifdef __MINGW32__
35 __declspec(dllimport) void __stdcall Sleep(unsigned long dwMilliseconds); 35 __declspec(dllimport) void __stdcall Sleep(unsigned long dwMilliseconds);