home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / MSINC.PAK / OBJIDL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  200 b   |  8 lines

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