home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Source
/
GNU
/
gcc
/
obcp
/
hash.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-14
|
280 b
|
11 lines
#ifdef NEXT_PDO
#ifdef _WIN32
#include "hash-winntpdo.h" /* adds WIN32 gunk */
#else
#include "hash-pdo.h" /* should have no NeXT extensions or WIN32 gunk
for now, it's a synonym for hash-next.h */
#endif
#else
#include "hash-next.h" /* adds NeXT extensions */
#endif