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.

23 lines
527 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: drawimage.hpp
  3. *
  4. * Created: 23 December 1999
  5. * Author: Adrian Secchia [asecchia]
  6. *
  7. * Copyright (c) 1999 Microsoft Corporation
  8. \***************************************************************************/
  9. #pragma once
  10. extern UINT uCategory;
  11. extern UINT uResample;
  12. extern UINT uRotation;
  13. extern UINT uICM;
  14. extern UINT uICMBack;
  15. extern BOOL bPixelMode;
  16. extern WCHAR FileName[MAX_PATH];
  17. extern UINT uWrapMode;