comparison libmpdvdkit2/common.h @ 10720:f23c35ce0d16

synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our get_path() instead). anyway it's mostly cosmetics only.
author arpi
date Sat, 30 Aug 2003 13:35:25 +0000
parents f0f0f176d298
children e482b16c7145
comparison
equal deleted inserted replaced
10719:caec33353477 10720:f23c35ce0d16
29 *****************************************************************************/ 29 *****************************************************************************/
30 #include <inttypes.h> 30 #include <inttypes.h>
31 31
32 #if defined( WIN32 ) 32 #if defined( WIN32 )
33 33
34 #ifndef PATH_MAX
35 # define PATH_MAX MAX_PATH
36 #endif
37
34 /* several type definitions */ 38 /* several type definitions */
35 # if defined( __MINGW32__ ) 39 # if defined( __MINGW32__ )
36 # if !defined( _OFF_T_ ) 40 # if !defined( _OFF_T_ )
37 typedef long long _off_t; 41 typedef long long _off_t;
38 typedef _off_t off_t; 42 typedef _off_t off_t;