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/longlong.h

    r855 r2468  
    2323#define H_LONGLONG
    2424
    25 #include "config.h"
     25#ifdef HAVE_CONFIG_H
     26# ifdef __WIN32__
     27#  include <WIN32cfg.h>
     28# else
     29#  include <config.h>
     30# endif
     31#endif
    2632
    2733/*
Note: See TracChangeset for help on using the changeset viewer.