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

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 1989 Microsoft Corporation
Module Name:
comcls.hxx
Abstract:
Contains definitions for com class file input and output.
Notes:
History:
GregJen Sep-30-1993 Created.
----------------------------------------------------------------------------*/
#ifndef __COMCLS_HXX__
#define __COMCLS_HXX__
// constant strings for com class files
extern const char * pDelimiterString;
extern const char * pStartUserSection;
extern const char * pEndUserSection;
#endif // __COMCLS_HXX__