Changeset 12997


Ignore:
Timestamp:
2006-10-04T15:20:24+13:00 (18 years ago)
Author:
kjdon
Message:

added ifdef win32 around the u_char and u-long typedefs to get rid of millions of warnings about redefinition of symbols

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/sysfuncs.h

    r12996 r12997  
    352352
    353353/* [RPAP - Feb 97: WIN32 Port] */
     354#ifdef __WIN32__
     355typedef unsigned long u_long;
    354356typedef unsigned char u_char;
    355 typedef unsigned long u_long;
     357#endif
    356358
    357359#endif /* SYSFUNCS_H */
  • trunk/gsdl/src/mgpp/lib/sysfuncs.h

    r12996 r12997  
    378378
    379379/* [RPAP - Feb 97: WIN32 Port] */
     380#ifdef __WIN32__
    380381typedef unsigned char u_char;
    381382typedef unsigned long u_long;
     383#endif
    382384
    383385#endif /* SYSFUNCS_H */
Note: See TracChangeset for help on using the changeset viewer.