Source code of Windows XP (NT5)
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.

22 lines
593 B

  1. // This is a part of the Active Template Library.
  2. // Copyright (C) 1996-2001 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Active Template Library Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Active Template Library product.
  10. #include "StdAfx.H"
  11. #pragma warning( disable: 4073 ) // initializers put in library initialization area
  12. namespace ATL
  13. {
  14. #pragma init_seg( lib )
  15. CImage::CDCCache CImage::s_cache;
  16. }; // namespace ATL