Mutiple updates from SciTech for wxWindows including the following:
1. Updates to HTML applet classes in client side include syntax 2. Updates to wxUniversal for OS/2 3. Updates for better palette management on Windows 4. Misc other fixes and changes to fix build system for Watcom 11.0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,7 +13,7 @@ $Id$
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include "wx/defs.h"
|
||||
#include "wx/setup.h"
|
||||
|
||||
#if wxUSE_ZLIB && wxUSE_ZIPSTREAM
|
||||
@@ -854,11 +854,11 @@ extern int ZEXPORT unzLocateFile (file, szFileName, iCaseSensitivity)
|
||||
const char *c;
|
||||
char *c2;
|
||||
char szFileName2[UNZ_MAXFILENAMEINZIP+1];
|
||||
|
||||
|
||||
uLong num_fileSaved;
|
||||
uLong pos_in_central_dirSaved;
|
||||
|
||||
for (c = szFileName, c2 = szFileName2; *c != '\0'; c++, c2++)
|
||||
for (c = szFileName, c2 = szFileName2; *c != '\0'; c++, c2++)
|
||||
if (*c == '\\') *c2 = '/';
|
||||
else *c2 = *c;
|
||||
*c2 = '\0';
|
||||
|
||||
Reference in New Issue
Block a user