compile fixes on windows for quicktime.

* solved two "'blah' undefined, assuming extern returning int" 'warnings' that jesterKing now changed to be reported as errors (thanks! :))
This commit is contained in:
Andrea Weikert
2010-10-19 18:59:15 +00:00
parent fdfc09b49e
commit 56f89d2375
2 changed files with 4 additions and 1 deletions

View File

@@ -621,7 +621,9 @@ void end_qt(void) {
//printf("Finished QuickTime movie.\n");
}
ExitMoviesOnThread();
#ifdef __APPLE__
ExitMoviesOnThread();
#endif
if(qtexport) {
MEM_freeN(qtexport);

View File

@@ -48,6 +48,7 @@
#include <QTML.h>
#include <TextUtils.h>
#include <QuickTimeComponents.h>
#include <QTLoadLibraryUtils.h>
#endif /* _WIN32 */