|
From: Andre R. <and...@us...> - 2004-10-23 22:55:48
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11048/Frontier/Common/source Modified Files: shellscrap.c Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Index: shellscrap.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellscrap.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellscrap.c 9 Oct 2004 08:03:49 -0000 1.1 --- shellscrap.c 23 Oct 2004 22:55:38 -0000 1.2 *************** *** 25,35 **** ! #ifdef MACVERSION ! #include <standard.h> ! #endif ! ! #ifdef WIN95VERSION ! #include "standard.h" ! #endif #include "kb.h" --- 25,30 ---- ! #include "frontier.h" ! #include "standard.h" #include "kb.h" *************** *** 83,86 **** --- 78,83 ---- + #ifdef WIN95VERSION + void shelldisposescrap (void) { *************** *** 93,96 **** --- 90,95 ---- } /*shelldisposescrap*/ + #endif + static boolean shellsetinternalscrap (void * hscrap, tyscraptype type, shelldisposescrapcallback disposeroutine, shellexportscrapcallback exportroutine) { |