Fixed crash-on-exit bug due to status bar being deleted twice (MDI apps);
small changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -144,7 +144,7 @@ typedef struct
|
||||
file if we are decompressing it */
|
||||
} unz_s;
|
||||
|
||||
#if defined (__VISAGECPP__)
|
||||
#if defined (__VISAGECPP__) || defined(__BORLANDC__)
|
||||
/* VA always requires prototypes */
|
||||
int unzlocal_CheckCurrentFileCoherencyHeader (unz_s*, uInt*, uLong*, uInt*);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user