|
From: Terry T. <ter...@us...> - 2005-01-24 03:54:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13494/Frontier/Common/source Modified Files: wpengine.c Log Message: Correct name of "Paige.h" -> "PAIGE.H", "pgTraps.h" -> "PGTRAPS.H", "PgExceps.h" -> "PGEXCEPS.H", "defprocs.h" -> "DEFPROCS.H", "machine.h" -> "MACHINE.H","wse.h" -> "WSE.h" so compiles on case-sensitive filesystems work. Index: wpengine.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/wpengine.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** wpengine.c 11 Jan 2005 22:48:12 -0000 1.7 --- wpengine.c 24 Jan 2005 03:54:37 -0000 1.8 *************** *** 28,36 **** #include "frontier.h" ! #include "Paige.h" ! #include "pgTraps.h" ! #include "PgExceps.h" ! #include "defprocs.h" ! #include "machine.h" #include "pgHLevel.h" --- 28,36 ---- #include "frontier.h" ! #include "PAIGE.H" ! #include "PGTRAPS.H" ! #include "PGEXCEPS.H" ! #include "DEFPROCS.H" ! #include "MACHINE.H" #include "pgHLevel.h" *************** *** 1848,1852 **** #endif ! #ifdef gray3Dlook pushbackcolor (&whitecolor); --- 1848,1852 ---- #endif ! #ifdef gray3Dlook pushbackcolor (&whitecolor); *************** *** 1868,1872 **** #ifdef gray3Dlook ! popbackcolor (); #endif --- 1868,1872 ---- #ifdef gray3Dlook ! popbackcolor (); #endif *************** *** 2039,2043 **** #ifdef MACVERSION ! #include <wse.h> #endif --- 2039,2043 ---- #ifdef MACVERSION ! #include <WSE.h> #endif *************** *** 2045,2049 **** typedef void * UniversalProcPtr; #define FixRound(x) (x.whole) ! #include "wse.h" #endif --- 2045,2049 ---- typedef void * UniversalProcPtr; #define FixRound(x) (x.whole) ! #include "WSE.h" #endif |