Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / quicktime / encore50 / non_unix.h
blobd9277b041e9d5445a5944617f0adbbb9ceffbeb4
2 /******************************************************************************/
3 #ifndef _NON_UNIX_H_
4 #define _NON_UNIX_H_
6 #include "momusys.h"
8 #if defined(__POWERPC__)
9 # define _RAWIO_
10 # define _OLDINTRADC_
11 # define __STDC__ 1
12 #endif
14 #if defined(WIN32)
15 # define _RAWIO_
16 # define _OLDINTRADC_
17 # define __STDC__ 1
18 #endif
20 #endif /* _NON_UNIX_H_ */