wxMSW compilation problem fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-02-09 22:39:55 +00:00
parent 5b6aa0ff15
commit 59fcb8f8cc

View File

@ -1347,7 +1347,7 @@ try_again:
#ifdef __WIN32__
if (gs_hFileStruct == INVALID_HANDLE_VALUE)
return NULL;
return result;
bool success = (FindNextFile(gs_hFileStruct, &gs_findDataStruct) != 0);
if (!success)