mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
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:
committed by
Alexander Trofimov
parent
98408eab71
commit
e08bd2497e
@ -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);
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user