Ignore:
Timestamp:
2001-05-24T17:06:48+12:00 (23 years ago)
Author:
sjboddie
Message:

Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. I
still can't get it to compile under VC++ 4.2 because of some weird
behaviour in STLport.

Also tidied up a little and removed some of the old log information
that was scattered about in some of the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/bitio_gen.cpp

    r855 r2468  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2000/01/14 02:16:58  sjboddie
    27    Rodgers new C++ mg
    28 
    29    Revision 1.1  1999/10/11 02:54:54  cs025
    30    Base install of MG-PP
    31 
    32    Revision 1.1  1999/08/10 21:16:42  sjboddie
    33    renamed mg-1.3d directory mg
    34 
    35    Revision 1.1  1998/11/17 09:31:40  rjmcnab
    36    *** empty log message ***
    37 
    38    * Revision 1.1  1994/08/22  00:24:38  tes
    39    * Initial placement under CVS.
    40    *
    41  */
    42 
    43 static char *RCSID = "$Id$";
    4421
    4522#include "sysfuncs.h"
    4623#include "bitio_m_abstract.h"
    47 
    48 
    49 
    5024
    5125int fprintf (FILE *, const char *,...);
Note: See TracChangeset for help on using the changeset viewer.