home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BorlandCompiler / freecommandLinetools.exe / Include / olectlid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-27  |  964 b   |  19 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. /*****************************************************************************\
  3. *                                                                             *
  4. * olectlid.h    Master definition of GUIDs for OLE Controls                   *
  5. *                                                                             *
  6. *               OLE Version 2.0                                               *
  7. *                                                                             *
  8. *               Copyright (c) 1992-1999, Microsoft Corp. All rights reserved. *
  9. *                                                                             *
  10. \*****************************************************************************/
  11.  
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif
  15.  
  16. #pragma message("WARNING: your code should #include olectl.h instead of olectlid.h")
  17. #include <olectl.h>
  18. #pragma option pop /*P_O_Pop*/
  19.