home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 9
/
CDACTUAL9.iso
/
progs
/
CB
/
DATA.Z
/
RPC.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
|
1995-07-14
|
170 b
|
7 lines
#if !defined(__RPC_H__)
#ifdef __FLAT__
#include <win32\rpc.h>
#else
#error rpc.h can only be used in a Win32 Application
#endif
#endif /* __RPC_H_ */