|
From: Andre R. <and...@us...> - 2004-10-24 19:38:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31614/Frontier/Common/headers Modified Files: shell.h Log Message: In shellgetdatabase, use hdldatabaserecord as type of second parameter to make Xcode/GCC happy. Index: shell.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shell.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shell.h 9 Oct 2004 21:07:20 -0000 1.1 --- shell.h 24 Oct 2004 19:38:40 -0000 1.2 *************** *** 47,50 **** --- 47,56 ---- #endif + #ifndef dbinclude + + #include "db.h" + + #endif + #ifdef WIN95VERSION extern HWND findreplacewindow; *************** *** 843,847 **** extern boolean shellzoomwindow (hdlwindowinfo, boolean); ! extern boolean shellgetdatabase (WindowPtr, struct tydatabaserecord ***); extern void shellwindowmenudirty (void); /*shellwindowmenu.c*/ --- 849,853 ---- extern boolean shellzoomwindow (hdlwindowinfo, boolean); ! extern boolean shellgetdatabase (WindowPtr, hdldatabaserecord*); extern void shellwindowmenudirty (void); /*shellwindowmenu.c*/ |