repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
quicktime
/
encore50
/
non_unix.h
blob
d9277b041e9d5445a5944617f0adbbb9ceffbeb4
1
2
/******************************************************************************/
3
#ifndef _NON_UNIX_H_
4
#define _NON_UNIX_H_
5
6
#include
"momusys.h"
7
8
#if defined(__POWERPC__)
9
# define _RAWIO_
10
# define _OLDINTRADC_
11
# define __STDC__ 1
12
#endif
13
14
#if defined(WIN32)
15
# define _RAWIO_
16
# define _OLDINTRADC_
17
# define __STDC__ 1
18
#endif
19
20
#endif
/* _NON_UNIX_H_ */