repo.or.cz
/
blocksruntime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support building the library on Mac OS X 10.4.x Tiger.
[blocksruntime.git]
/
testprefix.h
blob
27d514ddd47dfab6b57531e94d219c1c2036e13a
1
#undef __APPLE_CC__
2
#define __APPLE_CC__ 5627
3
#include <stdlib.h>
4
#include <stdio.h>
5
#ifdef _WIN32
6
#define random() rand()
7
#else
/* !_WIN32 */
8
#include <unistd.h>
9
#include <sys/wait.h>
10
#endif
/* !_WIN32 */