/////////////////////////////////////////////////////////////////////////////
-// Name: src/mac/carbon/mimetype.cpp
+// Name: src/osx/carbon/mimetype.cpp
// Purpose: Mac Carbon implementation for wx MIME-related classes
// Author: Ryan Norton
// Modified by:
#if wxUSE_MIMETYPE
-#include "wx/mac/mimetype.h"
+#include "wx/osx/mimetype.h"
#ifndef WX_PRECOMP
#include "wx/dynarray.h"
#include "wx/file.h"
#include "wx/confbase.h"
-#include "wx/mac/private.h"
+#include "wx/osx/private.h"
// other standard headers
#include <ctype.h>
//
//
-#include "wx/mac/corefoundation/cfstring.h"
+#include "wx/osx/core/cfstring.h"
#define wxCF_RELEASE true
#define wxCF_RETAIN false
wxString sError;
bInfoOpenSuccess = cfdInfo.ReadAsXML(cfdaInDict, &sError);
if (!bInfoOpenSuccess)
+ {
wxLogDebug(sError);
+ }
indictfile.Close();
}
wxString sError;
bInfoOpenSuccess = cfdInfo.ReadAsXML(cfdaInDict, &sError);
if (!bInfoOpenSuccess)
+ {
wxLogDebug(sError);
+ }
indictfile.Close();
}
wxLogDebug(sPrintOut);
for (size_t i = 0; i < asExtensions.GetCount(); ++i)
+ {
wxLogDebug(asExtensions[i]);
+ }
}
}
else