}
#ifdef WITH_QUICKTIME
-#if defined(_WIN32) // || defined(__APPLE__)
+#if defined(_WIN32) || defined(__APPLE__) && !defined(GHOST_COCOA)
/* Initialize QuickTime */
#ifndef noErr
#define noErr 0
if (EnterMovies() != noErr)
G.have_quicktime = FALSE;
else
-#endif /* _WIN32 //|| __APPLE__ */
+#endif /* _WIN32 || __APPLE__ && !defined(GHOST_COCOA)*/
G.have_quicktime = TRUE;
#endif /* WITH_QUICKTIME */
ps.picture = ps.picture->next;
}
#ifdef WITH_QUICKTIME
-#if defined(_WIN32) // || defined(__APPLE__)
+#if defined(_WIN32) || defined(__APPLE__) && !defined(GHOST_COCOA)
if (G.have_quicktime) {
ExitMovies();
#ifdef _WIN32
TerminateQTML();
#endif /* _WIN32 */
}
-#endif /* _WIN32 // || __APPLE__ */
+#endif /* _WIN32 || __APPLE__ && !defined(GHOST_COCOA) */
#endif /* WITH_QUICKTIME */
/* cleanup */