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
23 lines
527 B
/****************************** Module Header ******************************\
|
|
* Module Name: drawimage.hpp
|
|
*
|
|
* Created: 23 December 1999
|
|
* Author: Adrian Secchia [asecchia]
|
|
*
|
|
* Copyright (c) 1999 Microsoft Corporation
|
|
\***************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
extern UINT uCategory;
|
|
extern UINT uResample;
|
|
extern UINT uRotation;
|
|
extern UINT uICM;
|
|
extern UINT uICMBack;
|
|
extern BOOL bPixelMode;
|
|
extern WCHAR FileName[MAX_PATH];
|
|
extern UINT uWrapMode;
|
|
|
|
|
|
|
|
|