home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
RPC.H
< prev
next >
Wrap
Text File
|
1997-02-28
|
172b
|
8 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_ */