|
From: Andre R. <and...@us...> - 2004-10-23 22:49:13
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9388/Frontier/Common/source Modified Files: player.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: player.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/player.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** player.c 9 Oct 2004 07:57:08 -0000 1.1 --- player.c 23 Oct 2004 22:49:02 -0000 1.2 *************** *** 32,49 **** #ifdef MACVERSION /*This is a Mac-only feature.*/ ! //#ifdef MACVERSION ! #include <standard.h> ! #include <Movies.h> ! //#include <Components.h> ! //#include <QuickTimeComponents.h> ! //#include <QDOffscreen.h> ! //#include <ImageCompression.h> ! //#include <Windows.h> ! //#include <Types.h> ! //#include <Quickdraw.h> ! //#endif ! //#ifdef WIN95VERSION ! // #include "standard.h" ! //#endif #include "quickdraw.h" --- 32,37 ---- #ifdef MACVERSION /*This is a Mac-only feature.*/ ! #include "frontier.h" ! #include "standard.h" #include "quickdraw.h" |