Leaked source code of windows server 2003
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.

20 lines
638 B

  1. // This is a part of the ActiveX Template Library.
  2. // Copyright (C) 1996 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // ActiveX Template Library Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // ActiveX Template Library product.
  10. #ifndef __ATLUTIL_H__
  11. #define __ATLUTIL_H__
  12. #ifndef __cplusplus
  13. #error ATL requires C++ compilation (use a .cpp suffix)
  14. #endif
  15. #endif // __ATLUTIL_H__
  16. /////////////////////////////////////////////////////////////////////////////