home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / RPCNDR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-14  |  183 b   |  7 lines

  1. #if !defined(__RPCNDR_H__)
  2.   #ifdef __FLAT__
  3.     #include <win32\rpcndr.h>
  4.   #else
  5.     #error rpcndr.h can only be used in a Win32 Application
  6.   #endif
  7. #endif /* __RPCNDR_H__ */