Compilation fix for wxCStrData handling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,7 +75,7 @@ static inline FIND_DATA FindFirst(
|
||||
FIND_DATA hDir = HDIR_CREATE;
|
||||
FIND_ATTR rc;
|
||||
|
||||
rc = ::DosFindFirst( (PSZ)rsSpec.c_str()
|
||||
rc = ::DosFindFirst( rsSpec.c_str()
|
||||
,&hDir
|
||||
,0x37 // was: FILE_NORMAL
|
||||
,pFinddata
|
||||
|
Reference in New Issue
Block a user