Skip to content

Commit

Permalink
Update UIGifAnim.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchyz committed Mar 7, 2016
1 parent d4d8f7e commit 48c6166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuiLib/Control/UIGifAnim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ namespace DuiLib

while (!pData)
{
//读不到图片, 则直接去读取bitmap.m_lpstr指向的路径
HANDLE hFile = ::CreateFile(pstrGifPath, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, \
FILE_ATTRIBUTE_NORMAL, NULL);
if( hFile == INVALID_HANDLE_VALUE ) break;
Expand Down

0 comments on commit 48c6166

Please sign in to comment.