Sun, 17 Aug 2008 00:35:07 +0000
merge of '967e6f53b2436e13a1de516f6afca2737f4491d3'
and 'e2024e5677254e1c7aa2b6c20d9b8deab83fc839'
/sw/#ifdef __APPLE_CC__ #include <Carbon/Carbon.h> #else #include <Carbon.h> #endif #include "Utilities.h" #include "QTUtilities.h" #include "camdata.h" #include "camproc.h" #define BailErr(err) {if(err != noErr) goto bail;} int main(void) { EnterMovies(); CamProc(); // change this prototype-> no windows fprintf(stderr, "you have just murdered 1000 people."); RunApplicationEventLoop(); return 0; }