[Amizilla-cvs] amizilla/xpcom/obsolete nsFileSpec.h,1.1.1.2,1.2
Brought to you by:
maxlarsson
From: Jeff S. <jsh...@us...> - 2004-10-11 21:17:44
|
Update of /cvsroot/amizilla/amizilla/xpcom/obsolete In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2582 Modified Files: nsFileSpec.h Log Message: AmigaOS defines. Index: nsFileSpec.h =================================================================== RCS file: /cvsroot/amizilla/amizilla/xpcom/obsolete/nsFileSpec.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** nsFileSpec.h 29 Jun 2004 10:43:05 -0000 1.1.1.2 --- nsFileSpec.h 11 Oct 2004 21:17:32 -0000 1.2 *************** *** 201,204 **** --- 201,206 ---- #include <os2.h> #include "prio.h" + #elif defined(XP_AMIGAOS) + #include "prio.h" #endif *************** *** 728,732 **** PRBool mResoveSymLinks; ! #if (defined(XP_UNIX) || defined(XP_BEOS) || defined (XP_WIN) || defined(XP_OS2)) nsFileSpec mStarting; #endif --- 730,734 ---- PRBool mResoveSymLinks; ! #if (defined(XP_UNIX) || defined(XP_BEOS) || defined (XP_WIN) || defined(XP_OS2) || defined(XP_AMIGAOS)) nsFileSpec mStarting; #endif *************** *** 739,743 **** #elif defined(XP_UNIX) || defined(XP_BEOS) DIR* mDir; ! #elif defined(XP_WIN) || defined(XP_OS2) PRDir* mDir; // XXX why not use PRDir for Unix too? #endif --- 741,745 ---- #elif defined(XP_UNIX) || defined(XP_BEOS) DIR* mDir; ! #elif defined(XP_WIN) || defined(XP_OS2) || defined(XP_AMIGAOS) PRDir* mDir; // XXX why not use PRDir for Unix too? #endif |