home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / initguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  897 b   |  19 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. /*****************************************************************************\
  3. *                                                                             *
  4. * initguid.h -  Definitions for controlling GUID initialization               *
  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. #define INITGUID
  17. #include <guiddef.h>
  18. #pragma option pop /*P_O_Pop*/
  19.