uint32_t type replace UINT

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58755 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2014-10-09 10:14:47 +00:00
committed by Alexander Trofimov
parent 98408eab71
commit e08bd2497e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ namespace Aggplus
m_Status = Ok;
}
bool CImage::SaveFile(const std::wstring& strFileName, uint32_t nFileType)
bool CImage::SaveFile(const std::wstring& strFileName, UINT nFileType)
{
CBgraFrame oBgraFrame;
oBgraFrame.put_Width(m_dwWidth);

View File

@ -28,7 +28,7 @@ public:
void Create(const std::wstring& filename);
void Create(BYTE* pImgData, const DWORD& dwWidth, const DWORD& dwHeight, const long& nStride);
bool SaveFile(const std::wstring& strFileName, uint32_t nFileType);
bool SaveFile(const std::wstring& strFileName, UINT nFileType);
void Destroy();
public: