projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avoid deferred show with Fluxbox, its support for _NET_REQUEST_FRAME_EXTENTS is broken
[wxWidgets.git]
/
src
/
osx
/
carbon
/
sound.cpp
diff --git
a/src/osx/carbon/sound.cpp
b/src/osx/carbon/sound.cpp
index 7414db493c7ee7e44bc94336b97c1e9b46b36b59..38fb58f0b8c6c2b7d253f1edd5aa12a80c01186e 100644
(file)
--- a/
src/osx/carbon/sound.cpp
+++ b/
src/osx/carbon/sound.cpp
@@
-52,6
+52,10
@@
#endif
#endif
#endif
#endif
+#if wxOSX_USE_COCOA
+#include "wx/osx/private.h"
+#endif
+
#include <Carbon/Carbon.h>
//quicktime media layer only required for mac emulation on pc
#include <Carbon/Carbon.h>
//quicktime media layer only required for mac emulation on pc
@@
-231,7
+235,9
@@
inline bool wxInitQT ()
int nError;
//-2093 no dll
if ((nError = InitializeQTML(0)) != noErr)
int nError;
//-2093 no dll
if ((nError = InitializeQTML(0)) != noErr)
+ {
wxLogSysError(wxString::Format(wxT("Couldn't Initialize Quicktime-%i"), nError));
wxLogSysError(wxString::Format(wxT("Couldn't Initialize Quicktime-%i"), nError));
+ }
#endif
EnterMovies();
return true;
#endif
EnterMovies();
return true;