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.

20 lines
555 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: image.cpp
  4. //
  5. // Module: CMDIAL32.DLL
  6. //
  7. // Synopsis: Imaging support routines
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created Header 3/30/98
  12. // quintinb modified to use common\source\bmpimage.cpp 8-6-98
  13. //
  14. //+----------------------------------------------------------------------------
  15. #include "cmmaster.h"
  16. //
  17. // Include the shared bitmap handling code. (see common\source\bmpimage.cpp)
  18. //
  19. #include "bmpimage.cpp"