Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
585 B

4 years ago
  1. /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. comcls.hxx
  5. Abstract:
  6. Contains definitions for com class file input and output.
  7. Notes:
  8. History:
  9. GregJen Sep-30-1993 Created.
  10. ----------------------------------------------------------------------------*/
  11. #ifndef __COMCLS_HXX__
  12. #define __COMCLS_HXX__
  13. // constant strings for com class files
  14. extern const char * pDelimiterString;
  15. extern const char * pStartUserSection;
  16. extern const char * pEndUserSection;
  17. #endif // __COMCLS_HXX__