CW fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e143eaadfb
commit
18441bb1d8
4 changed files with 2 additions and 1951 deletions
|
|
@ -102,7 +102,7 @@ static
|
|||
void TranslateError(const char *path, int number)
|
||||
{
|
||||
unsigned int index;
|
||||
static char *OFIErrorStrings[] =
|
||||
static const char *OFIErrorStrings[] =
|
||||
{
|
||||
"%s(%d): Object Image Load Failure\n",
|
||||
"%s(%d): Object Image Load Success\n",
|
||||
|
|
@ -110,7 +110,7 @@ void TranslateError(const char *path, int number)
|
|||
"%s(%d): No valid architecture\n",
|
||||
"%s(%d): Object image has an invalid format\n",
|
||||
"%s(%d): Invalid access (permissions?)\n",
|
||||
"%s(%d): Unknown error code from NSCreateObjectFileImageFromFile\n",
|
||||
"%s(%d): Unknown error code from NSCreateObjectFileImageFromFile\n"
|
||||
};
|
||||
#define NUM_OFI_ERRORS (sizeof(OFIErrorStrings) / sizeof(OFIErrorStrings[0]))
|
||||
|
||||
|
|
|
|||
Binary file not shown.
1949
src/zlib/zlibM5.xml
1949
src/zlib/zlibM5.xml
File diff suppressed because it is too large
Load diff
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue